Int16Size Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubmethodEquals(Int16Size)

Determines whether this Int16Size equals another Int16Size.

System_CAPS_pubmethodEquals(Object^)

Determines whether this Int16Size equals the specified Int16Size.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToDimensionString()

Returns a string as {width}x{height}.

System_CAPS_pubmethodToString()

Gets the string form of Int16Size.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(String^, IFormatProvider^)

Returns the string form of the Int16Size, using the specified format and format provider.

System_CAPS_pubmethodToWindowsSize()

Converts the Int16Size to a Size.

Return to top
Show: