Metodo System::Drawing::Graphics::MeasureString
Graphics::MeasureString(String const&, System::SharedPtr<Font> const&, int, System::SharedPtr<StringFormat> const&) const method
Restituisce le dimensioni della stringa specificata quando disegnata con il carattere specificato nel formato specificato.
SizeF System::Drawing::Graphics::MeasureString(String const &str, System::SharedPtr<Font> const &font, int width, System::SharedPtr<StringFormat> const &stringFormat=nullptr) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | String const\& | La stringa di cui calcolare la dimensione |
| font | System::SharedPtr<Font> const\& | Il font utilizzato per disegnare la stringa |
| width | int | La larghezza massima della stringa |
| stringFormat | System::SharedPtr<StringFormat> const\& | Specifica il formato della stringa |
ReturnValue
Un oggetto SizeF che rappresenta la dimensione della stringa nelle unità di misura specificate dalla proprietà PageUnit dell’oggetto Grapphics corrente.
Vedi anche
- Class SizeF
- Class String
- Typedef SharedPtr
- Class Font
- Class StringFormat
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::MeasureString(String const&, System::SharedPtr<Font> const&, PointF const&, System::SharedPtr<StringFormat> const&) const method
Restituisce le dimensioni della stringa specificata quando disegnata con il carattere specificato nel formato specificato.
SizeF System::Drawing::Graphics::MeasureString(String const &str, System::SharedPtr<Font> const &font, PointF const &origin=PointF(0, 0), System::SharedPtr<StringFormat> const &stringFormat=nullptr) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | String const\& | La stringa di cui calcolare la dimensione |
| font | System::SharedPtr<Font> const\& | Il font utilizzato per disegnare la stringa |
| origin | PointF const\& | Specifica la posizione dell’angolo superiore sinistro della stringa |
| stringFormat | System::SharedPtr<StringFormat> const\& | Specifica il formato della stringa |
ReturnValue
Un oggetto SizeF che rappresenta la dimensione della stringa nelle unità di misura specificate dalla proprietà PageUnit dell’oggetto Grapphics corrente.
Vedi anche
- Class SizeF
- Class String
- Typedef SharedPtr
- Class Font
- Class PointF
- Class StringFormat
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::MeasureString(String const&, System::SharedPtr<Font> const&, SizeF const&, System::SharedPtr<StringFormat> const&, int&, int&) const method
NOT IMPLEMENTED.
SizeF System::Drawing::Graphics::MeasureString(String const &str, System::SharedPtr<Font> const &font, SizeF const &layoutArea, System::SharedPtr<StringFormat> const &stringFormat, int &charactersFitted, int &linesFilled) const
Vedi anche
- Class SizeF
- Class String
- Typedef SharedPtr
- Class Font
- Class StringFormat
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::MeasureString(String const&, System::SharedPtr<Font> const&, SizeF const&, System::SharedPtr<StringFormat> const&) const method
Restituisce le dimensioni della stringa specificata quando disegnata con il carattere specificato nel formato specificato.
SizeF System::Drawing::Graphics::MeasureString(String const &str, System::SharedPtr<Font> const &font, SizeF const &layoutArea, System::SharedPtr<StringFormat> const &stringFormat=nullptr) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | String const\& | La stringa di cui calcolare la dimensione |
| font | System::SharedPtr<Font> const\& | Il font utilizzato per disegnare la stringa |
| layoutArea | SizeF const\& | L’area di layout massima della stringa |
| stringFormat | System::SharedPtr<StringFormat> const\& | Specifica il formato della stringa |
ReturnValue
Un oggetto SizeF che rappresenta la dimensione della stringa nelle unità di misura specificate dalla proprietà PageUnit dell’oggetto Grapphics corrente.
Vedi anche
- Class SizeF
- Class String
- Typedef SharedPtr
- Class Font
- Class StringFormat
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++