다음을 통해 공유


BitmapFrame.BitmapAlphaMode 속성

정의

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

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

속성 값

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

구현

설명

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

적용 대상