C# Class ClanceysLib.Extensions

Afficher le fichier Open project: Clancey/ClanceyLib

Méthodes publiques

Méthode Description
AbsoluteHeight ( this orgRect ) : float
AbsoluteWidth ( this orgRect ) : float
Add ( this orgPoint, Point point ) : Point
Add ( this orgPoint, PointF point ) : PointF
Add ( this orgPoint, Size size ) : PointF
Add ( this orgPoint, SizeF size ) : PointF
Add ( this orgRect, PointF point ) : RectangleF
Add ( this orgRect, PointF point, SizeF size ) : RectangleF
Add ( this orgRect, SizeF size ) : RectangleF
Add ( this orgRect, float x, float y, float width, float height ) : RectangleF
Add ( this orgSize, Point point ) : Size
Add ( this orgSize, PointF point ) : SizeF
Add ( this orgSize, Size size ) : SizeF
Add ( this orgSize, SizeF size ) : SizeF
AddLocation ( this orgRect, float x, float y ) : RectangleF
AddSize ( this orgRect, SizeF size ) : RectangleF
AddSize ( this orgRect, float width, float height ) : RectangleF
SetHeight ( this orgRect, float height ) : RectangleF
SetHeight ( this orgRect, int height ) : RectangleF
SetLocation ( this orgRect, PointF point ) : RectangleF
SetLocation ( this orgRect, SizeF point ) : RectangleF
SetLocation ( this orgRect, float x, float y ) : RectangleF
SetSize ( this orgRect, SizeF size ) : RectangleF
SetSize ( this orgRect, float width, float height ) : RectangleF
SetWidth ( this orgRect, float width ) : RectangleF
SetWidth ( this orgRect, int width ) : RectangleF
Subtract ( this orgPoint, Point point ) : Point
Subtract ( this orgPoint, PointF point ) : Point
Subtract ( this orgPoint, PointF point ) : PointF
Subtract ( this orgRect, PointF point ) : RectangleF
Subtract ( this orgRect, PointF point, SizeF size ) : RectangleF
Subtract ( this orgRect, SizeF size ) : RectangleF
Subtract ( this orgRect, float x, float y, float width, float height ) : RectangleF
Subtract ( this orgSize, Point point ) : Size
Subtract ( this orgSize, SizeF size ) : Size
Subtract ( this orgSize, PointF point ) : SizeF
Subtract ( this orgSize, SizeF size ) : SizeF
SubtractLocation ( this orgRect, float x, float y ) : RectangleF
SubtractSize ( this orgRect, float width, float height ) : RectangleF

Method Details

AbsoluteHeight() public static méthode

public static AbsoluteHeight ( this orgRect ) : float
orgRect this
Résultat float

AbsoluteWidth() public static méthode

public static AbsoluteWidth ( this orgRect ) : float
orgRect this
Résultat float

Add() public static méthode

public static Add ( this orgPoint, Point point ) : Point
orgPoint this
point Point
Résultat Point

Add() public static méthode

public static Add ( this orgPoint, PointF point ) : PointF
orgPoint this
point System.Drawing.PointF
Résultat System.Drawing.PointF

Add() public static méthode

public static Add ( this orgPoint, Size size ) : PointF
orgPoint this
size System.Drawing.Size
Résultat System.Drawing.PointF

Add() public static méthode

public static Add ( this orgPoint, SizeF size ) : PointF
orgPoint this
size System.Drawing.SizeF
Résultat System.Drawing.PointF

Add() public static méthode

public static Add ( this orgRect, PointF point ) : RectangleF
orgRect this
point System.Drawing.PointF
Résultat System.Drawing.RectangleF

Add() public static méthode

public static Add ( this orgRect, PointF point, SizeF size ) : RectangleF
orgRect this
point System.Drawing.PointF
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

Add() public static méthode

public static Add ( this orgRect, SizeF size ) : RectangleF
orgRect this
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

Add() public static méthode

public static Add ( this orgRect, float x, float y, float width, float height ) : RectangleF
orgRect this
x float
y float
width float
height float
Résultat System.Drawing.RectangleF

Add() public static méthode

public static Add ( this orgSize, Point point ) : Size
orgSize this
point Point
Résultat System.Drawing.Size

Add() public static méthode

public static Add ( this orgSize, PointF point ) : SizeF
orgSize this
point System.Drawing.PointF
Résultat System.Drawing.SizeF

Add() public static méthode

public static Add ( this orgSize, Size size ) : SizeF
orgSize this
size System.Drawing.Size
Résultat System.Drawing.SizeF

Add() public static méthode

public static Add ( this orgSize, SizeF size ) : SizeF
orgSize this
size System.Drawing.SizeF
Résultat System.Drawing.SizeF

AddLocation() public static méthode

public static AddLocation ( this orgRect, float x, float y ) : RectangleF
orgRect this
x float
y float
Résultat System.Drawing.RectangleF

AddSize() public static méthode

public static AddSize ( this orgRect, SizeF size ) : RectangleF
orgRect this
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

AddSize() public static méthode

public static AddSize ( this orgRect, float width, float height ) : RectangleF
orgRect this
width float
height float
Résultat System.Drawing.RectangleF

SetHeight() public static méthode

public static SetHeight ( this orgRect, float height ) : RectangleF
orgRect this
height float
Résultat System.Drawing.RectangleF

SetHeight() public static méthode

public static SetHeight ( this orgRect, int height ) : RectangleF
orgRect this
height int
Résultat System.Drawing.RectangleF

SetLocation() public static méthode

public static SetLocation ( this orgRect, PointF point ) : RectangleF
orgRect this
point System.Drawing.PointF
Résultat System.Drawing.RectangleF

SetLocation() public static méthode

public static SetLocation ( this orgRect, SizeF point ) : RectangleF
orgRect this
point System.Drawing.SizeF
Résultat System.Drawing.RectangleF

SetLocation() public static méthode

public static SetLocation ( this orgRect, float x, float y ) : RectangleF
orgRect this
x float
y float
Résultat System.Drawing.RectangleF

SetSize() public static méthode

public static SetSize ( this orgRect, SizeF size ) : RectangleF
orgRect this
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

SetSize() public static méthode

public static SetSize ( this orgRect, float width, float height ) : RectangleF
orgRect this
width float
height float
Résultat System.Drawing.RectangleF

SetWidth() public static méthode

public static SetWidth ( this orgRect, float width ) : RectangleF
orgRect this
width float
Résultat System.Drawing.RectangleF

SetWidth() public static méthode

public static SetWidth ( this orgRect, int width ) : RectangleF
orgRect this
width int
Résultat System.Drawing.RectangleF

Subtract() public static méthode

public static Subtract ( this orgPoint, Point point ) : Point
orgPoint this
point Point
Résultat Point

Subtract() public static méthode

public static Subtract ( this orgPoint, PointF point ) : Point
orgPoint this
point System.Drawing.PointF
Résultat Point

Subtract() public static méthode

public static Subtract ( this orgPoint, PointF point ) : PointF
orgPoint this
point System.Drawing.PointF
Résultat System.Drawing.PointF

Subtract() public static méthode

public static Subtract ( this orgRect, PointF point ) : RectangleF
orgRect this
point System.Drawing.PointF
Résultat System.Drawing.RectangleF

Subtract() public static méthode

public static Subtract ( this orgRect, PointF point, SizeF size ) : RectangleF
orgRect this
point System.Drawing.PointF
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

Subtract() public static méthode

public static Subtract ( this orgRect, SizeF size ) : RectangleF
orgRect this
size System.Drawing.SizeF
Résultat System.Drawing.RectangleF

Subtract() public static méthode

public static Subtract ( this orgRect, float x, float y, float width, float height ) : RectangleF
orgRect this
x float
y float
width float
height float
Résultat System.Drawing.RectangleF

Subtract() public static méthode

public static Subtract ( this orgSize, Point point ) : Size
orgSize this
point Point
Résultat System.Drawing.Size

Subtract() public static méthode

public static Subtract ( this orgSize, SizeF size ) : Size
orgSize this
size System.Drawing.SizeF
Résultat System.Drawing.Size

Subtract() public static méthode

public static Subtract ( this orgSize, PointF point ) : SizeF
orgSize this
point System.Drawing.PointF
Résultat System.Drawing.SizeF

Subtract() public static méthode

public static Subtract ( this orgSize, SizeF size ) : SizeF
orgSize this
size System.Drawing.SizeF
Résultat System.Drawing.SizeF

SubtractLocation() public static méthode

public static SubtractLocation ( this orgRect, float x, float y ) : RectangleF
orgRect this
x float
y float
Résultat System.Drawing.RectangleF

SubtractSize() public static méthode

public static SubtractSize ( this orgRect, float width, float height ) : RectangleF
orgRect this
width float
height float
Résultat System.Drawing.RectangleF