[]
Creates a GcWicBitmap from the frame image.
public GcWicBitmap ToGcWicBitmap(Rectangle? imageRect = null, params BaseTransform[] transforms)
Public Function ToGcWicBitmap(Optional imageRect As Rectangle? = Nothing, ParamArray transforms As BaseTransform()) As GcWicBitmap
Type | Name | Description |
---|---|---|
Rectangle? | imageRect | Clipping rectangle for the image after all transformations. |
BaseTransform[] | transforms | The transformation chain for the image that is being loaded. |
Type | Description |
---|---|
GcWicBitmap |