System::Drawing::Graphics::FromImage method

Graphics::FromImage method

指定された画像から新しい Graphics オブジェクトを作成します。

static SharedPtr<Graphics> System::Drawing::Graphics::FromImage(const SharedPtr<Image> &image)
パラメーター説明
imageconst SharedPtr<Image>&Image オブジェクトで、そこから Graphics オブジェクトを作成します

ReturnValue

作成された Graphics オブジェクト

参照