'Declaration Public Sub DrawBitmap( _ ByVal bitmap As Bitmap, _ ByVal destinationRectangle As Nullable(Of RectF), _ ByVal opacity As Single, _ ByVal interpolationMode As InterpolationMode, _ ByVal sourceRectangle As Nullable(Of RectF), _ ByVal perspectiveTransformRef As Nullable(Of Matrix4x4) _ )
public void DrawBitmap( Bitmap bitmap, Nullable<RectF> destinationRectangle, float opacity, InterpolationMode interpolationMode, Nullable<RectF> sourceRectangle, Nullable<Matrix4x4> perspectiveTransformRef )
Parameters
- bitmap
- destinationRectangle
- opacity
- interpolationMode
- sourceRectangle
- perspectiveTransformRef