ExtensionMethods.ToDimensionString(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string for size
, as "{width}x{height}"
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ ToDimensionString(System::Windows::Size size);
public static string ToDimensionString (this System.Windows.Size size);
static member ToDimensionString : System.Windows.Size -> string
<Extension()>
Public Function ToDimensionString (size As Size) As String
Parameters
- size
- Size
The size to turn into a string