System::Drawing::Graphics::FromImage method
Graphics::FromImage method
지정된 이미지에서 새로운 Graphics 객체를 생성합니다.
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| image | const SharedPtr<Image>& | 새로운 Graphics 객체를 생성해야 하는 Image 객체 |
ReturnValue
생성된 Graphics 객체
또 보기
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++