[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static Size Measure(
this string sender,
Font font
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function Measure (
sender As String,
font As Font
) As Size
Dim sender As String
Dim font As Font
Dim returnValue As Size
returnValue = sender.Measure(font)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static Size Measure(
String^ sender,
Font^ font
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member Measure :
sender : string *
font : Font -> Size
No code example is currently available or this language may not be supported.
[Missing <param name="font"/> documentation for "M:DevCase.Extensions.StringExtensions.StringExtensions.Measure(System.String,System.Drawing.Font)"]
No code example is currently available or this language may not be supported.
Dim pxSize As Size = "Hello World!".Measure(New Font("Lucida Console", 12))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.