Class CdrRectangle

Class CdrRectangle

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Rękawiczki CDR

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

Inheritance

object DisposableObject CdrObject CdrGraphicObject CdrRectangle

Implements

IDisposable

Dziedziczeni członkowie

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

CdrRectangle()

public CdrRectangle()

Properties

CornerType

Uzyskuje lub ustawia typ rogu.

[JsonProperty]
public int CornerType { get; set; }

Wartość nieruchomości

int

R0

Zostaw lub ustaw r0.

[JsonProperty]
public double R0 { get; set; }

Wartość nieruchomości

double

R1

Zostaw lub ustaw r1.

[JsonProperty]
public double R1 { get; set; }

Wartość nieruchomości

double

R2

Zostaw lub ustaw r2.

[JsonProperty]
public double R2 { get; set; }

Wartość nieruchomości

double

R3

Zostaw lub ustaw r3.

[JsonProperty]
public double R3 { get; set; }

Wartość nieruchomości

double

Scalex

Zostaw lub ustaw skalę x.

[JsonProperty]
public double ScaleX { get; set; }

Wartość nieruchomości

double

Skala

Zostaw lub ustaw skalę Y.

[JsonProperty]
public double ScaleY { get; set; }

Wartość nieruchomości

double

Zobacz również

CdrObjectContainer

 Polski