PerceptionVideoProfile.BitmapAlphaMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得點陣圖 Alpha 模式。
public:
property BitmapAlphaMode BitmapAlphaMode { BitmapAlphaMode get(); };
BitmapAlphaMode BitmapAlphaMode();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
BitmapAlphaMode BitmapAlphaMode();
public BitmapAlphaMode BitmapAlphaMode { get; }
public BitmapAlphaMode BitmapAlphaMode { [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var bitmapAlphaMode = perceptionVideoProfile.bitmapAlphaMode;
Public ReadOnly Property BitmapAlphaMode As BitmapAlphaMode
屬性值
BitmapAlphaMode 列舉值,表示點陣圖 Alpha 模式。
- 屬性