DrawBitmap(Bitmap,Single,BitmapInterpolationMode) Method
In This Topic
Draws the specified bitmap after scaling it to the size of the specified rectangle.
Syntax
Parameters
- bitmap
- The bitmap to render.
- opacity
- A value between 0.0f and 1.0f, inclusive, that specifies an opacity value to apply to the bitmap; this value is multiplied against the alpha values of the bitmap's contents. The default value is 1.0f.
- interpolationMode
- The interpolation mode to use if the bitmap is scaled or rotated by the drawing operation. The default value is C1.Win.DX.Direct2D.BitmapInterpolationMode.Linear.
See Also