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

Public Member Functions

 Size (Point pt)
 
 Size (int width, int height)
 
override readonly bool Equals ([NotNullWhen(true)] object? obj)
 
readonly bool Equals (Size other)
 
override readonly int GetHashCode ()
 
override readonly string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static implicit operator SizeF (Size p)
 
static Size operator+ (Size sz1, Size sz2)
 
static Size operator- (Size sz1, Size sz2)
 
static Size operator* (int left, Size right)
 
static Size operator* (Size left, int right)
 
static Size operator/ (Size left, int right)
 
static SizeF operator* (float left, Size right)
 
static SizeF operator* (Size left, float right)
 
static SizeF operator/ (Size left, float right)
 
static bool operator== (Size sz1, Size sz2)
 
static bool operator!= (Size sz1, Size sz2)
 
static operator Point (Size size)
 
static Size Add (Size sz1, Size sz2)
 
static Size Ceiling (SizeF value)
 
static Size Subtract (Size sz1, Size sz2)
 
static Size Truncate (SizeF value)
 
static Size Round (SizeF value)
 

Static Public Attributes

static readonly Size Empty
 

Properties

readonly bool IsEmpty [get]
 
int Width [get, set]
 
int Height [get, set]
 

Static Private Member Functions

static Size Multiply (Size size, int multiplier)
 
static SizeF Multiply (Size size, float multiplier)
 

Private Attributes

int width
 
int height
 

Detailed Description

Definition at line 10 of file Size.cs.


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