C# Class Praeclarum.Graphics.GraphicsPrimitivesEx

Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
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

Method Details

AddPoint() public static method

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

DrawLine() public static method

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

DrawOval() public static method

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

DrawRect() public static method

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

DrawRect() public static method

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

DrawRoundedRect() public static method

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

DrawRoundedRect() public static method

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

DrawString() public static method

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

DrawString() public static method

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

DrawString() public static method

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
return void

FillOval() public static method

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

FillRect() public static method

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

FillRect() public static method

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

FillRoundedRect() public static method

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

FillRoundedRect() public static method

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

GetCenter() public static method

public static GetCenter ( this r ) : PointF
r this
return PointF

GetIntersections() public static method

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