System::Drawing::Graphics::FromImage method
Graphics::FromImage method
Crée un nouvel objet Graphics à partir de l’image spécifiée.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| Paramètre | Type | Description |
|---|---|---|
| image | const SharedPtr<Image>& | Un objet Image à partir duquel un objet Graphics doit être créé |
ReturnValue
L’objet Graphics créé
Voir aussi
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++