C# Class CommonTools.Util

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Méthodes publiques

Méthode Description
AdjustRectangle ( Rectangle r, Padding padding ) : Rectangle
Center ( RectangleF r ) : PointF
Draw2ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2 ) : void
Draw3ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2, Color c3 ) : void
DrawFrame ( Graphics dc, RectangleF r, float cornerRadius, Color color ) : void
Point ( PointF pf ) : Point
Rect ( RectangleF rf ) : Rectangle
Rect ( Rectangle r ) : RectangleF

Method Details

AdjustRectangle() public static méthode

public static AdjustRectangle ( Rectangle r, Padding padding ) : Rectangle
r System.Drawing.Rectangle
padding Padding
Résultat System.Drawing.Rectangle

Center() public static méthode

public static Center ( RectangleF r ) : PointF
r System.Drawing.RectangleF
Résultat System.Drawing.PointF

Draw2ColorBar() public static méthode

public static Draw2ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2 ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
orientation Orientation
c1 Color
c2 Color
Résultat void

Draw3ColorBar() public static méthode

public static Draw3ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2, Color c3 ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
orientation Orientation
c1 Color
c2 Color
c3 Color
Résultat void

DrawFrame() public static méthode

public static DrawFrame ( Graphics dc, RectangleF r, float cornerRadius, Color color ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
cornerRadius float
color Color
Résultat void

Point() public static méthode

public static Point ( PointF pf ) : Point
pf System.Drawing.PointF
Résultat Point

Rect() public static méthode

public static Rect ( RectangleF rf ) : Rectangle
rf System.Drawing.RectangleF
Résultat System.Drawing.Rectangle

Rect() public static méthode

public static Rect ( Rectangle r ) : RectangleF
r System.Drawing.Rectangle
Résultat System.Drawing.RectangleF