This class represents a control point in the form of a crossed ellipse.

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

Syntax

Visual Basic

<SerializableAttribute> _
Public Class CrossedEllipseControlPoint _
	Inherits EllipseControlPoint

C#

[SerializableAttribute]
public class CrossedEllipseControlPoint : EllipseControlPoint

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.