In This Topic
Create graphics for bitmap.
Syntax
'Declaration
Public Shared Function CreateGraphics( _
ByVal As GrapeCity.Documents.Imaging.GcBitmap, _
Optional ByVal As System.Nullable(Of Color) _
) As GrapeCity.Documents.Drawing.GcGraphics
public static GrapeCity.Documents.Drawing.GcGraphics CreateGraphics(
GrapeCity.Documents.Imaging.GcBitmap ,
System.Nullable<Color>
)
Parameters
- bmp
- The bitmap object.
- clr
- The fill color, by dafauly not used.
Return Value
The graphics object.
See Also