System::Drawing::Graphics::FromImage method
Graphics::FromImage method
Creates a new Graphics object from the specified image.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | An Image object from which a Graphics object should be created |
ReturnValue
The created Graphics object
See Also
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++