C# Класс CrossUI.DrawingBackendExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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