Class SVGRect

Class SVGRect

İsim alanı : Aspose.Svg.DataTypes Toplantı: Aspose.SVG.dll (25.5.0)

Doğrudan açılar, (x,y) minimum X değeri, minimum Y değeri ve genişliği ve yüksekliği tanımlayan bir koordinat çiftinden oluşur ve genellikle olumsuz olarak sınırlıdır.

[ComVisible(true)]
[DOMName("SVGRect")]
[DOMObject]
public class SVGRect : SVGValueType, INotifyPropertyChanged, IDisposable

Inheritance

object DOMObject SVGValueType SVGRect

Implements

INotifyPropertyChanged , IDisposable

mirasçı üyeleri

SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Height

Yükseklik koordinasyonu, kullanıcı birimlerinde.

[DOMName("height")]
public float Height { get; set; }

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Svg.Ev.DOMÖZELLİKLER.NO_MODIFICATION_ALLOWED_ERRDoğrudan bir okuma sadece bir özellikle eşleştiğinde veya nesnenin kendisi sadece okunduğunda yükseltilmiştir.

Width

Genişlik koordinasyonu, kullanıcı birimlerinde.

[DOMName("width")]
public float Width { get; set; }

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Svg.Ev.DOMÖZELLİKLER.NO_MODIFICATION_ALLOWED_ERRDoğrudan bir okuma sadece bir özellikle eşleştiğinde veya nesnenin kendisi sadece okunduğunda yükseltilmiştir.

X

X koordinasyonu, kullanıcı birimlerinde.

[DOMName("x")]
public float X { get; set; }

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Svg.Ev.DOMÖZELLİKLER.NO_MODIFICATION_ALLOWED_ERRDoğrudan bir okuma sadece bir özellikle eşleştiğinde veya nesnenin kendisi sadece okunduğunda yükseltilmiştir.

Y

Y koordinasyonu, kullanıcı birimlerinde.

[DOMName("y")]
public float Y { get; set; }

Mülkiyet Değer

float

Exceptions

DOMException

Kodu Aspose.Svg.Ev.DOMÖZELLİKLER.NO_MODIFICATION_ALLOWED_ERRDoğrudan bir okuma sadece bir özellikle eşleştiğinde veya nesnenin kendisi sadece okunduğunda yükseltilmiştir.

Methods

ToString()

Bu istasyonu temsil eden bir System.String’i geri getirir.

public override string ToString()

Returns

string

Bu istasyonu temsil eden bir sistem.String.

 Türkçe