C# 클래스 Renderer.Avalonia.XPathGeometryConverter

파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

메소드 설명
ToGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.Geometry

ToSource ( this xpg ) : string

ToStreamGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.StreamGeometry

메소드 상세

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.Geometry
xpg this
dx double
dy double
리턴 Avalonia.Media.Geometry

ToSource() 공개 정적인 메소드

public static ToSource ( this xpg ) : string
xpg this
리턴 string

ToStreamGeometry() 공개 정적인 메소드

public static ToStreamGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.StreamGeometry
xpg this
dx double
dy double
리턴 Avalonia.Media.StreamGeometry