C# Класс PixelFarm.Agg.Canvas2dExtension

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

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

Метод Описание
Circle ( this g, System.Vector2 origin, double radius, Color color ) : void
Circle ( this g, double x, double y, double radius, Color color ) : void
FillRectangle ( this gx, RectD rect, Color fillColor ) : void
FillRectangle ( this gx, RectInt rect, Color fillColor ) : void
FillRectangle ( this gx, System.Vector2 leftBottom, System.Vector2 rightTop, Color fillColor ) : void
FillRectangle ( this gx, double left, double bottom, double right, double top, Color fillColor ) : void
Rectangle ( this gx, RectD rect, Color color, double strokeWidth = 1 ) : void
Rectangle ( this gx, RectInt rect, Color color ) : void
Rectangle ( this gx, double left, double bottom, double right, double top, Color color, double strokeWidth = 1 ) : void

Приватные методы

Метод Описание
GetFreeVxs ( ) : VertexStore
RelaseVxs ( VertexStore &vxs ) : void

Описание методов

Circle() публичный статический Метод

public static Circle ( this g, System.Vector2 origin, double radius, Color color ) : void
g this
origin System.Vector2
radius double
color Color
Результат void

Circle() публичный статический Метод

public static Circle ( this g, double x, double y, double radius, Color color ) : void
g this
x double
y double
radius double
color Color
Результат void

FillRectangle() публичный статический Метод

public static FillRectangle ( this gx, RectD rect, Color fillColor ) : void
gx this
rect RectD
fillColor Color
Результат void

FillRectangle() публичный статический Метод

public static FillRectangle ( this gx, RectInt rect, Color fillColor ) : void
gx this
rect RectInt
fillColor Color
Результат void

FillRectangle() публичный статический Метод

public static FillRectangle ( this gx, System.Vector2 leftBottom, System.Vector2 rightTop, Color fillColor ) : void
gx this
leftBottom System.Vector2
rightTop System.Vector2
fillColor Color
Результат void

FillRectangle() публичный статический Метод

public static FillRectangle ( this gx, double left, double bottom, double right, double top, Color fillColor ) : void
gx this
left double
bottom double
right double
top double
fillColor Color
Результат void

Rectangle() публичный статический Метод

public static Rectangle ( this gx, RectD rect, Color color, double strokeWidth = 1 ) : void
gx this
rect RectD
color Color
strokeWidth double
Результат void

Rectangle() публичный статический Метод

public static Rectangle ( this gx, RectInt rect, Color color ) : void
gx this
rect RectInt
color Color
Результат void

Rectangle() публичный статический Метод

public static Rectangle ( this gx, double left, double bottom, double right, double top, Color color, double strokeWidth = 1 ) : void
gx this
left double
bottom double
right double
top double
color Color
strokeWidth double
Результат void