System::Drawing::Graphics::FromImage method
Graphics::FromImage method
指定された画像から新しい Graphics オブジェクトを作成します。
static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
| パラメーター | 型 | 説明 |
|---|---|---|
| image | const SharedPtr<Image>& | Image オブジェクトで、そこから Graphics オブジェクトを作成します |
ReturnValue
作成された Graphics オブジェクト
参照
- Typedef SharedPtr
- Class Graphics
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++