Aurigma Graphics Mill 5.5 for .NET
EllipseControlPoint Class
This class represents a control point in the form of an ellipse.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class EllipseControlPoint _ Inherits RectangleControlPoint
C#
[SerializableAttribute] public class EllipseControlPoint : RectangleControlPoint
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.ControlPoint
L
Aurigma.GraphicsMill.WinControls..::.PathControlPoint
L
Aurigma.GraphicsMill.WinControls..::.RectangleControlPoint
L
Aurigma.GraphicsMill.WinControls..::.EllipseControlPoint
L
Aurigma.GraphicsMill.WinControls..::.CrossedEllipseControlPoint
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.




