PrimitiveBaseCollectionDraw Method
Draws the items of the collection.
Namespace: BeeMobile.TransparentControls.PrimitivesAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void Draw(
Graphics gfx,
Point parentOffset
)
Public Sub Draw (
gfx As Graphics,
parentOffset As Point
)
Parameters
- gfx Graphics
- The graphics object to draw on.
- parentOffset Point
- The offset of the parent container, relative to the upper left corner of the graphics object.