AbstractCanvas<TState>.GetStringSize Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetStringSize(String, IFont, Single) | |
GetStringSize(String, IFont, Single, HorizontalAlignment, VerticalAlignment) |
GetStringSize(String, IFont, Single)
public:
virtual Microsoft::Maui::Graphics::SizeF GetStringSize(System::String ^ value, Microsoft::Maui::Graphics::IFont ^ font, float fontSize);
public Microsoft.Maui.Graphics.SizeF GetStringSize (string value, Microsoft.Maui.Graphics.IFont font, float fontSize);
abstract member GetStringSize : string * Microsoft.Maui.Graphics.IFont * single -> Microsoft.Maui.Graphics.SizeF
override this.GetStringSize : string * Microsoft.Maui.Graphics.IFont * single -> Microsoft.Maui.Graphics.SizeF
Public Function GetStringSize (value As String, font As IFont, fontSize As Single) As SizeF
Parametry
- value
- String
- font
- IFont
- fontSize
- Single
Návraty
Implementuje
Platí pro
GetStringSize(String, IFont, Single, HorizontalAlignment, VerticalAlignment)
public:
virtual Microsoft::Maui::Graphics::SizeF GetStringSize(System::String ^ aString, Microsoft::Maui::Graphics::IFont ^ font, float aFontSize, Microsoft::Maui::Graphics::HorizontalAlignment aHorizontalAlignment, Microsoft::Maui::Graphics::VerticalAlignment aVerticalAlignment);
public Microsoft.Maui.Graphics.SizeF GetStringSize (string aString, Microsoft.Maui.Graphics.IFont font, float aFontSize, Microsoft.Maui.Graphics.HorizontalAlignment aHorizontalAlignment, Microsoft.Maui.Graphics.VerticalAlignment aVerticalAlignment);
abstract member GetStringSize : string * Microsoft.Maui.Graphics.IFont * single * Microsoft.Maui.Graphics.HorizontalAlignment * Microsoft.Maui.Graphics.VerticalAlignment -> Microsoft.Maui.Graphics.SizeF
override this.GetStringSize : string * Microsoft.Maui.Graphics.IFont * single * Microsoft.Maui.Graphics.HorizontalAlignment * Microsoft.Maui.Graphics.VerticalAlignment -> Microsoft.Maui.Graphics.SizeF
Public Function GetStringSize (aString As String, font As IFont, aFontSize As Single, aHorizontalAlignment As HorizontalAlignment, aVerticalAlignment As VerticalAlignment) As SizeF
Parametry
- aString
- String
- font
- IFont
- aFontSize
- Single
- aHorizontalAlignment
- HorizontalAlignment
- aVerticalAlignment
- VerticalAlignment