'宣言 Public Overloads Sub DrawBitmap( _ ByVal bitmap As Bitmap, _ ByVal opacity As System.Single, _ ByVal interpolationMode As InterpolationMode, _ ByVal sourceRectangle As RectF, _ ByVal perspectiveTransformRef As Matrix4x4 _ )
public void DrawBitmap( Bitmap bitmap, System.float opacity, InterpolationMode interpolationMode, RectF sourceRectangle, Matrix4x4 perspectiveTransformRef )
パラメータ
- bitmap
- ビットマップ。
- opacity
- 不透明度。
- interpolationMode
- 補間モード。
- sourceRectangle
- ソース四角形。
- perspectiveTransformRef
- 透視変換参照。