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

Public Member Functions

 Point (int x, int y)
 
 Point (Size sz)
 
 Point (int dw)
 
override readonly bool Equals ([NotNullWhen(true)] object? obj)
 
readonly bool Equals (Point other)
 
override readonly int GetHashCode ()
 
void Offset (int dx, int dy)
 
void Offset (Point p)
 
override readonly string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static implicit operator PointF (Point p)
 
static operator Size (Point p)
 
static Point operator+ (Point pt, Size sz)
 
static Point operator- (Point pt, Size sz)
 
static bool operator== (Point left, Point right)
 
static bool operator!= (Point left, Point right)
 
static Point Add (Point pt, Size sz)
 
static Point Subtract (Point pt, Size sz)
 
static Point Ceiling (PointF value)
 
static Point Truncate (PointF value)
 
static Point Round (PointF value)
 

Static Public Attributes

static readonly Point Empty
 

Properties

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

Static Private Member Functions

static short HighInt16 (int n)
 
static short LowInt16 (int n)
 

Private Attributes

int x
 
int y
 

Detailed Description

Definition at line 10 of file Point.cs.


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