System::Drawing::Graphics::FromImage method
Graphics::FromImage method
Maakt een nieuw Graphics object aan van de opgegeven afbeelding.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| Parameter | Type | Beschrijving |
|---|---|---|
| image | const SharedPtr<Image>& | Een Image object waarvan een Graphics object moet worden gemaakt |
ReturnValue
Het gemaakte Graphics object
Zie ook
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++