C# 클래스 Praeclarum.Graphics.GraphicsPrimitivesEx

파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
AddPoint ( this poly, PointF p ) : void
DrawLine ( this g, PointF s, PointF e, float w ) : void
DrawOval ( this g, RectangleF r, float w ) : void
DrawRect ( this g, Rectangle r, float w ) : void
DrawRect ( this g, RectangleF r, float w ) : void
DrawRoundedRect ( this g, Rectangle r, float radius, float w ) : void
DrawRoundedRect ( this g, RectangleF r, float radius, float w ) : void
DrawString ( this g, string s, PointF p ) : void
DrawString ( this g, string s, PointF p, Font f ) : void
DrawString ( this g, string s, RectangleF p, Font f, LineBreakMode lineBreak, TextAlignment align ) : void
FillOval ( this g, RectangleF r ) : void
FillRect ( this g, Rectangle r ) : void
FillRect ( this g, RectangleF r ) : void
FillRoundedRect ( this g, Rectangle r, float radius ) : void
FillRoundedRect ( this g, RectangleF r, float radius ) : void
GetCenter ( this r ) : PointF
GetIntersections ( this boxes, RectangleF box ) : List

메소드 상세

AddPoint() 공개 정적인 메소드

public static AddPoint ( this poly, PointF p ) : void
poly this
p PointF
리턴 void

DrawLine() 공개 정적인 메소드

public static DrawLine ( this g, PointF s, PointF e, float w ) : void
g this
s PointF
e PointF
w float
리턴 void

DrawOval() 공개 정적인 메소드

public static DrawOval ( this g, RectangleF r, float w ) : void
g this
r RectangleF
w float
리턴 void

DrawRect() 공개 정적인 메소드

public static DrawRect ( this g, Rectangle r, float w ) : void
g this
r Rectangle
w float
리턴 void

DrawRect() 공개 정적인 메소드

public static DrawRect ( this g, RectangleF r, float w ) : void
g this
r RectangleF
w float
리턴 void

DrawRoundedRect() 공개 정적인 메소드

public static DrawRoundedRect ( this g, Rectangle r, float radius, float w ) : void
g this
r Rectangle
radius float
w float
리턴 void

DrawRoundedRect() 공개 정적인 메소드

public static DrawRoundedRect ( this g, RectangleF r, float radius, float w ) : void
g this
r RectangleF
radius float
w float
리턴 void

DrawString() 공개 정적인 메소드

public static DrawString ( this g, string s, PointF p ) : void
g this
s string
p PointF
리턴 void

DrawString() 공개 정적인 메소드

public static DrawString ( this g, string s, PointF p, Font f ) : void
g this
s string
p PointF
f Font
리턴 void

DrawString() 공개 정적인 메소드

public static DrawString ( this g, string s, RectangleF p, Font f, LineBreakMode lineBreak, TextAlignment align ) : void
g this
s string
p RectangleF
f Font
lineBreak LineBreakMode
align TextAlignment
리턴 void

FillOval() 공개 정적인 메소드

public static FillOval ( this g, RectangleF r ) : void
g this
r RectangleF
리턴 void

FillRect() 공개 정적인 메소드

public static FillRect ( this g, Rectangle r ) : void
g this
r Rectangle
리턴 void

FillRect() 공개 정적인 메소드

public static FillRect ( this g, RectangleF r ) : void
g this
r RectangleF
리턴 void

FillRoundedRect() 공개 정적인 메소드

public static FillRoundedRect ( this g, Rectangle r, float radius ) : void
g this
r Rectangle
radius float
리턴 void

FillRoundedRect() 공개 정적인 메소드

public static FillRoundedRect ( this g, RectangleF r, float radius ) : void
g this
r RectangleF
radius float
리턴 void

GetCenter() 공개 정적인 메소드

public static GetCenter ( this r ) : PointF
r this
리턴 PointF

GetIntersections() 공개 정적인 메소드

public static GetIntersections ( this boxes, RectangleF box ) : List
boxes this
box RectangleF
리턴 List