VObject.Draw Method

Draws VObject on the specified Bitmap.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public virtual void Draw(
	Bitmap bitmap
)

Parameters

bitmap

Type: Bitmap

Bitmap to draw VObject on.

See Also

Reference