C# 클래스 PixelFarm.Agg.Canvas2dExtension

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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