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
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
R0
Zostaw lub ustaw r0.
[JsonProperty]
public double R0 { get; set; }
Wartość nieruchomości
R1
Zostaw lub ustaw r1.
[JsonProperty]
public double R1 { get; set; }
Wartość nieruchomości
R2
Zostaw lub ustaw r2.
[JsonProperty]
public double R2 { get; set; }
Wartość nieruchomości
R3
Zostaw lub ustaw r3.
[JsonProperty]
public double R3 { get; set; }
Wartość nieruchomości
Scalex
Zostaw lub ustaw skalę x.
[JsonProperty]
public double ScaleX { get; set; }
Wartość nieruchomości
Skala
Zostaw lub ustaw skalę Y.
[JsonProperty]
public double ScaleY { get; set; }