Class SVGRect

Class SVGRect

이름 공간 : Aspose.Html.Dom.Svg.DataTypes 구성: Aspose.HTML.dll (25.4.0)

직경은 (x,y) 최소 X 값, 최소 Y 값 및 폭과 높이를 식별하는 (x,y) 조율 쌍으로 구성된 것으로 정의되며, 이는 일반적으로 부정적이지 않도록 제한됩니다.

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

Inheritance

object DOMObject SVGValueType SVGRect

Implements

INotifyPropertyChanged , IDisposable

상속 회원들

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

좌석의 높이 조율, 사용자 단위.

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR오른쪽이 읽기만한 속성과 일치하는 경우 또는 개체 자체가 읽을 때만 발생한다.

Width

직경의 광도 조율, 사용자 단위에서.

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR오른쪽이 읽기만한 속성과 일치하는 경우 또는 개체 자체가 읽을 때만 발생한다.

X

좌석의 X 좌표, 사용자 단위.

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR오른쪽이 읽기만한 속성과 일치하는 경우 또는 개체 자체가 읽을 때만 발생한다.

Y

좌석의 Y 조정, 사용자 단위에서.

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR오른쪽이 읽기만한 속성과 일치하는 경우 또는 개체 자체가 읽을 때만 발생한다.

Methods

ToString()

이 경우를 나타내는 System.String을 반환합니다.

public override string ToString()

Returns

string

이 기회를 대표하는 시스템.String입니다.

 한국어