C# 클래스 CrossUI.DrawingBackendExtensions

파일 보기 프로젝트 열기: pragmatrix/CrossUI

공개 메소드들

메소드 설명
Ellipse ( this backend, Rectangle rectangle ) : IGeometry
Ellipse ( this backend, double x, double y, double width, double height ) : IGeometry
Geometry ( this backend, Action geometryBuilder ) : IGeometry
Line ( this backend, Point from, Point to ) : IGeometry
Line ( this backend, double x1, double y1, double x2, double y2 ) : IGeometry
Polygon ( this backend ) : IGeometry
Rectangle ( this backend, Rectangle rectangle ) : IGeometry
Rectangle ( this backend, double x, double y, double width, double height ) : IGeometry
RoundedRectangle ( this backend, Rectangle rectangle, double cornerRadius ) : IGeometry
RoundedRectangle ( this backend, double x, double y, double width, double height, double cornerRadius ) : IGeometry

메소드 상세

Ellipse() 공개 정적인 메소드

public static Ellipse ( this backend, Rectangle rectangle ) : IGeometry
backend this
rectangle Rectangle
리턴 IGeometry

Ellipse() 공개 정적인 메소드

public static Ellipse ( this backend, double x, double y, double width, double height ) : IGeometry
backend this
x double
y double
width double
height double
리턴 IGeometry

Geometry() 공개 정적인 메소드

public static Geometry ( this backend, Action geometryBuilder ) : IGeometry
backend this
geometryBuilder Action
리턴 IGeometry

Line() 공개 정적인 메소드

public static Line ( this backend, Point from, Point to ) : IGeometry
backend this
from Point
to Point
리턴 IGeometry

Line() 공개 정적인 메소드

public static Line ( this backend, double x1, double y1, double x2, double y2 ) : IGeometry
backend this
x1 double
y1 double
x2 double
y2 double
리턴 IGeometry

Polygon() 공개 정적인 메소드

public static Polygon ( this backend ) : IGeometry
backend this
리턴 IGeometry

Rectangle() 공개 정적인 메소드

public static Rectangle ( this backend, Rectangle rectangle ) : IGeometry
backend this
rectangle Rectangle
리턴 IGeometry

Rectangle() 공개 정적인 메소드

public static Rectangle ( this backend, double x, double y, double width, double height ) : IGeometry
backend this
x double
y double
width double
height double
리턴 IGeometry

RoundedRectangle() 공개 정적인 메소드

public static RoundedRectangle ( this backend, Rectangle rectangle, double cornerRadius ) : IGeometry
backend this
rectangle Rectangle
cornerRadius double
리턴 IGeometry

RoundedRectangle() 공개 정적인 메소드

public static RoundedRectangle ( this backend, double x, double y, double width, double height, double cornerRadius ) : IGeometry
backend this
x double
y double
width double
height double
cornerRadius double
리턴 IGeometry