Share via


CGBitmapInfoExtensions.GetComponentInfo(CGBitmapInfo) Method

Definition

Get the component info flags for this CGBitmapInfo value.

public static CoreGraphics.CGImageComponentInfo GetComponentInfo(this CoreGraphics.CGBitmapInfo value);
static member GetComponentInfo : CoreGraphics.CGBitmapInfo -> CoreGraphics.CGImageComponentInfo

Parameters

value
CGBitmapInfo

The CGBitmapInfo value with the flags to get.

Returns

The component info flags for this CGBitmapInfo value.

Applies to