DisplayPipelineDrawBitmap Method (DisplayBitmap, Int32, Int32, Color) |
Draws a bitmap in screen coordinates
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawBitmap(
DisplayBitmap bitmap,
int left,
int top,
Color maskColor
)
Public Sub DrawBitmap (
bitmap As DisplayBitmap,
left As Integer,
top As Integer,
maskColor As Color
)
Parameters
- bitmap
- Type: Rhino.DisplayDisplayBitmap
bitmap to draw - left
- Type: SystemInt32
where top/left corner of bitmap should appear in screen coordinates - top
- Type: SystemInt32
where top/left corner of bitmap should appear in screen coordinates - maskColor
- Type: System.DrawingColor
mask color to apply to bitmap for transparent regions
Version InformationRhino for Mac
Supported in: 5.4
See Also