Class CdrPolygon

Class CdrPolygon

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr polygon

[JsonObject(MemberSerialization.OptIn)]
public class CdrPolygon : CdrGraphicObject, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrGraphicObjectCdrPolygon

Implements

IDisposable

Inherited Members

CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrPolygon()

public CdrPolygon()

Properties

PointTypes

Gets or sets the point types.

[JsonProperty]
public byte[] PointTypes { get; set; }

Property Value

byte[]

Points

Gets or sets the points.

[JsonProperty]
public PointD[] Points { get; set; }

Property Value

PointD[]

See Also

CdrObjectContainer