C# Class Praeclarum.Graphics.GraphicsPrimitivesEx

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode 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 méthode

public static AddPoint ( this poly, PointF p ) : void
poly this
p PointF
Résultat void

DrawLine() public static méthode

public static DrawLine ( this g, PointF s, PointF e, float w ) : void
g this
s PointF
e PointF
w float
Résultat void

DrawOval() public static méthode

public static DrawOval ( this g, RectangleF r, float w ) : void
g this
r RectangleF
w float
Résultat void

DrawRect() public static méthode

public static DrawRect ( this g, Rectangle r, float w ) : void
g this
r Rectangle
w float
Résultat void

DrawRect() public static méthode

public static DrawRect ( this g, RectangleF r, float w ) : void
g this
r RectangleF
w float
Résultat void

DrawRoundedRect() public static méthode

public static DrawRoundedRect ( this g, Rectangle r, float radius, float w ) : void
g this
r Rectangle
radius float
w float
Résultat void

DrawRoundedRect() public static méthode

public static DrawRoundedRect ( this g, RectangleF r, float radius, float w ) : void
g this
r RectangleF
radius float
w float
Résultat void

DrawString() public static méthode

public static DrawString ( this g, string s, PointF p ) : void
g this
s string
p PointF
Résultat void

DrawString() public static méthode

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

DrawString() public static méthode

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
Résultat void

FillOval() public static méthode

public static FillOval ( this g, RectangleF r ) : void
g this
r RectangleF
Résultat void

FillRect() public static méthode

public static FillRect ( this g, Rectangle r ) : void
g this
r Rectangle
Résultat void

FillRect() public static méthode

public static FillRect ( this g, RectangleF r ) : void
g this
r RectangleF
Résultat void

FillRoundedRect() public static méthode

public static FillRoundedRect ( this g, Rectangle r, float radius ) : void
g this
r Rectangle
radius float
Résultat void

FillRoundedRect() public static méthode

public static FillRoundedRect ( this g, RectangleF r, float radius ) : void
g this
r RectangleF
radius float
Résultat void

GetCenter() public static méthode

public static GetCenter ( this r ) : PointF
r this
Résultat PointF

GetIntersections() public static méthode

public static GetIntersections ( this boxes, RectangleF box ) : List
boxes this
box RectangleF
Résultat List