Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Drawing.PointF Struct Reference

Public Member Functions

 PointF (float x, float y)
 
 PointF (Vector2 vector)
 
Vector2 ToVector2 ()
 
override readonly bool Equals ([NotNullWhen(true)] object? obj)
 
readonly bool Equals (PointF other)
 
override readonly int GetHashCode ()
 
override readonly string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static operator Vector2 (PointF point)
 
static operator PointF (Vector2 vector)
 
static PointF operator+ (PointF pt, Size sz)
 
static PointF operator- (PointF pt, Size sz)
 
static PointF operator+ (PointF pt, SizeF sz)
 
static PointF operator- (PointF pt, SizeF sz)
 
static bool operator== (PointF left, PointF right)
 
static bool operator!= (PointF left, PointF right)
 
static PointF Add (PointF pt, Size sz)
 
static PointF Subtract (PointF pt, Size sz)
 
static PointF Add (PointF pt, SizeF sz)
 
static PointF Subtract (PointF pt, SizeF sz)
 

Static Public Attributes

static readonly PointF Empty
 

Properties

readonly bool IsEmpty [get]
 
float X [get, set]
 
float Y [get, set]
 

Private Attributes

float x
 
float y
 

Detailed Description

Definition at line 10 of file PointF.cs.


The documentation for this struct was generated from the following file: