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

RectangleVObject Class

This class represents a vector rectangle.

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

Syntax

Visual Basic
<SerializableAttribute> _
Public Class RectangleVObject _
	Inherits PathVObject
C#
[SerializableAttribute]
public class RectangleVObject : PathVObject

Remarks

Use this class when you need to add a rectangle to a layer.

Inheritance Hierarchy

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.

Object Model










See Also

Reference

Manual