FrameFlashControl.PowerPercent 속성

정의

가변 사진 시퀀스에서 프레임의 플래시 전원을 가져오거나 설정합니다.

public:
 property float PowerPercent { float get(); void set(float value); };
float PowerPercent();

void PowerPercent(float value);
public float PowerPercent { get; set; }
var single = frameFlashControl.powerPercent;
frameFlashControl.powerPercent = single;
Public Property PowerPercent As Single

속성 값

Single

float

가변 사진 시퀀스의 프레임에 대한 플래시 전원 비율(0에서 100까지)입니다.

적용 대상