Class CdrPolygon

Class CdrPolygon

Названий на: Aspose.Imaging.FileFormats.Cdr.Objects Асамблея: Aspose.Imaging.dll (25.4.0)

ЦДР полігон

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

Inheritance

object DisposableObject CdrObject CdrGraphicObject CdrPolygon

Implements

IDisposable

Нападні члени

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

Приймає або встановлює типи точок.

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

вартість нерухомості

byte [ ]

Points

Приймати або встановити пункти.

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

вартість нерухомості

PointD [ ]

Дивіться також

CdrObjectContainer

 Українська