ImagePrimitiveDrawContent Method
Draws the actual primitve.
Namespace: BeeMobile.TransparentControls.PrimitivesAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected override void DrawContent(
Graphics graphics,
Rectangle myGfxBounds
)
Protected Overrides Sub DrawContent (
graphics As Graphics,
myGfxBounds As Rectangle
)
Parameters
- graphics Graphics
- The graphics object to draw on.
- myGfxBounds Rectangle
- The actual bounds of the primitve inside the graphics object.