CGBitmapContext.BitsPerComponent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每個元件的位數
public nint BitsPerComponent { get; }
member this.BitsPerComponent : nint
屬性值
System.System.IntPtr
System.nativeint
取得物件每個元件的 this
CGBitmapContext 位數,如果 this
物件不是點陣圖內容,則為 0。
備註
記憶體中每個圖元元件所使用的位數。 例如,使用 32 位 RGBA 緩衝區時,此值會是 8。