C# Class System.Drawing.PointF

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty PointF
Empty System.Drawing.PointF

Méthodes publiques

Méthode Description
Add ( PointF pt, Size sz ) : PointF

Translates a by a given .

Add ( PointF pt, SizeF sz ) : PointF

Translates a by a given .

Add ( System pt, System sz ) : System.Drawing.PointF
Equals ( object obj ) : bool
GetHashCode ( ) : int
PointF ( float x, float y )
PointF ( float x, float y ) : System.Numerics.Hashing

Initializes a new instance of the class with the specified coordinates.

Subtract ( PointF pt, Size sz ) : PointF

Translates a by the negative of a given .

Subtract ( PointF pt, SizeF sz ) : PointF

Translates a by the negative of a given .

Subtract ( System pt, System sz ) : System.Drawing.PointF
ToString ( ) : string
operator ( ) : PointF

Translates a by a given .

operator ( ) : System.Drawing.PointF
operator ( ) : bool

Compares two objects. The result specifies whether the values of the and properties of the two objects are equal.

Method Details

Add() public static méthode

Translates a by a given .

public static Add ( PointF pt, Size sz ) : PointF
pt PointF
sz Size
Résultat PointF

Add() public static méthode

Translates a by a given .

public static Add ( PointF pt, SizeF sz ) : PointF
pt PointF
sz SizeF
Résultat PointF

Add() public static méthode

public static Add ( System pt, System sz ) : System.Drawing.PointF
pt System
sz System
Résultat System.Drawing.PointF

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PointF() public méthode

public PointF ( float x, float y )
x float
y float

PointF() public méthode

Initializes a new instance of the class with the specified coordinates.

public PointF ( float x, float y ) : System.Numerics.Hashing
x float
y float
Résultat System.Numerics.Hashing

Subtract() public static méthode

Translates a by the negative of a given .

public static Subtract ( PointF pt, Size sz ) : PointF
pt PointF
sz Size
Résultat PointF

Subtract() public static méthode

Translates a by the negative of a given .

public static Subtract ( PointF pt, SizeF sz ) : PointF
pt PointF
sz SizeF
Résultat PointF

Subtract() public static méthode

public static Subtract ( System pt, System sz ) : System.Drawing.PointF
pt System
sz System
Résultat System.Drawing.PointF

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

Translates a by a given .

public static operator ( ) : PointF
Résultat PointF

operator() public static méthode

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

operator() public static méthode

Compares two objects. The result specifies whether the values of the and properties of the two objects are equal.

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Creates a new instance of the class with member data left uninitialized.

public static PointF,System.Drawing Empty
Résultat PointF

Empty public_oe static_oe property

public static System.Drawing.PointF Empty
Résultat System.Drawing.PointF