Class SVGPoint

Class SVGPoint

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

많은 SVG DOM 인터페이스는 SVGPoint 클래스의 개체를 참조합니다. SVGPoint는 (x, y) 좌표 쌍입니다. 매트릭스 작업에서 사용할 때 SVGPoint는 형식의 벡터로 처리됩니다.[ x ][ Y ][1]SVGRect 개체가 읽기만으로 지정되면, 그 속성 중 하나에 부여하려는 시도는 예외가 던져질 것입니다.

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

Inheritance

object DOMObject SVGValueType SVGPoint

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

X

엑스 코디네이션

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.SVGPoint 개체가 읽을 수 있는 경우에만 업그레이드되거나 읽을 수 있는 DOM 속성과 일치합니다.

Y

Y 코디네이션

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

부동산 가치

float

Exceptions

DOMException

코드 Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.SVGPoint 개체가 읽을 수 있는 경우에만 업그레이드되거나 읽을 수 있는 DOM 속성과 일치합니다.

Methods

MatrixTransform(스위스마트릭)

이 SVGPoint 개체에 2x3 매트릭스 변환을 적용하고 새로 변환된 SVGPoint 개체를 반환합니다.newpoint = 매트릭스* 이 포인트

[DOMName("matrixTransform")]
public SVGPoint MatrixTransform(SVGMatrix matrix)

Parameters

matrix SVGMatrix

그것은 SVGPoint 개체에 적용되는 매트릭스입니다.

Returns

SVGPoint

새로운 SVGPoint 개체가 있습니다.

ToString()

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

public override string ToString()

Returns

string

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

 한국어