SizeF Methods

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdd(SizeF, SizeF)

Adds the width and height of one SizeF structure to the width and height of another SizeF structure.

System_CAPS_pubmethodEquals(Object^)

Tests to see whether the specified object is a SizeF structure with the same dimensions as this SizeF structure.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for this Size structure.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSubtract(SizeF, SizeF)

Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.

System_CAPS_pubmethodToPointF()

Converts a SizeF structure to a PointF structure.

System_CAPS_pubmethodToSize()

Converts a SizeF structure to a Size structure.

System_CAPS_pubmethodToString()

Creates a human-readable string that represents this SizeF structure.(Overrides ValueType::ToString().)

Return to top
Show: