CGBitmapContext.BitsPerPixel 属性

定义

每个像素的位数。

public nint BitsPerPixel { get; }
member this.BitsPerPixel : nint

属性值

System.System.IntPtr System.nativeint

获取对象的每像素 thisCGBitmapContext 位数;如果对象不是位图上下文,则 this 为 0。

适用于