System::Drawing::Graphics::FromImage method
Graphics::FromImage method
Belirtilen görüntüden yeni bir Graphics nesnesi oluşturur.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| Parametre | Tür | Açıklama |
|---|---|---|
| image | const SharedPtr<Image>& | Bir Graphics nesnesinin oluşturulması gereken bir Image nesnesi |
ReturnValue
Oluşturulan Graphics nesnesi
Ayrıca Bakınız
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++