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)
ParametreTürAçıklama
imageconst SharedPtr<Image>&Bir Graphics nesnesinin oluşturulması gereken bir Image nesnesi

ReturnValue

Oluşturulan Graphics nesnesi

Ayrıca Bakınız