'Declaration Public Function ToD2DBitmap1( _ ByVal context As DeviceContext, _ ByVal bitmapOptions As BitmapOptions, _ ByVal ParamArray transforms() As BaseTransform _ ) As Bitmap1
public Bitmap1 ToD2DBitmap1( DeviceContext context, BitmapOptions bitmapOptions, params BaseTransform[] transforms )
Parameters
- context
- The device context used to create a D2D bitmap.
- bitmapOptions
- Specifies how a bitmap can be used.
- transforms
- The transformation chain, can be empty to just copy the image.