Method function IGDIPlus.TGPGraphics.FromCanvas(TCanvas) : TGPGraphics
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TGPGraphics
Contents |
Syntax
Delphi:
function FromCanvas( canvas : TCanvas ) : TGPGraphics;
C++ Builder:
TGPGraphics __fastcall FromCanvas( TCanvas canvas );
Visual C++ (MFC):
CTGPGraphics FromCanvas( CTCanvas canvas );
Summary
Creates a TGPGraphics object that is associated with a specified VCL Canvas.
Description
Call this method to create a Graphics object that is associated with a specified VCL Canvas.