System::Drawing::Graphics::FromImage μέθοδος
Graphics::FromImage method
Δημιουργεί ένα νέο αντικείμενο Graphics από την καθορισμένη εικόνα.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| Parameter | Type | Περιγραφή |
|---|---|---|
| image | const SharedPtr<Image>& | Ένα αντικείμενο Image από το οποίο πρέπει να δημιουργηθεί ένα αντικείμενο Graphics |
ReturnValue
Το δημιουργημένο αντικείμενο Graphics
Δείτε επίσης
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++