IBitmapFrame.BitmapAlphaMode 속성

정의

프레임의 기본 알파 모드를 반환합니다.

public:
 property BitmapAlphaMode BitmapAlphaMode { BitmapAlphaMode get(); };
BitmapAlphaMode BitmapAlphaMode();
public BitmapAlphaMode BitmapAlphaMode { get; }
var bitmapAlphaMode = iBitmapFrame.bitmapAlphaMode;
Public ReadOnly Property BitmapAlphaMode As BitmapAlphaMode

속성 값

프레임의 기본 알파 모드입니다.

설명

GetPixelDataAsync 메서드를 호출할 때 사용되는 알파 모드입니다.

적용 대상