This documentation is for the old version. Go to the latest Graphics Mill docs

DiamondControlPoint Constructor (Size, Brush, Pen)

Creates and initializes a new control point using the provided settings.

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

Syntax

Visual Basic
Public Sub New ( _
	size As Size, _
	brush As Brush, _
	pen As Pen _
)
C#
public DiamondControlPoint(
	Size size,
	Brush brush,
	Pen pen
)

Parameters

size

Type: System.Drawing.Size

A size of a new control point.
brush

Type: System.Drawing.Brush

A brush that will be used to fill a new control point.
pen

Type: System.Drawing.Pen

A pen that will be used to outline a new control point.

See Also

Reference