'Declaration Public Function ToGcWicBitmap( _ Optional ByVal imageRect As System.Nullable(Of Rectangle), _ ByVal ParamArray transforms() As BaseTransform _ ) As GcWicBitmap
public GcWicBitmap ToGcWicBitmap( System.Nullable<Rectangle> imageRect, params BaseTransform[] transforms )
Parameters
- imageRect
- Clipping rectangle for the image after all transformations.
- transforms
- The transformation chain for the image that is being loaded.