Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public static IRenderingEngine Create( IntPtr hdc )
'Declaration
Public Overloads Shared Function Create( _ ByVal hdc As IntPtr _ ) As IRenderingEngine
'Usage
Dim hdc As IntPtr Dim value As IRenderingEngine value = RenderingEngineFactory.Create(hdc)
public: static IRenderingEngine^ Create( IntPtr hdc )
Leadtools.IRenderingEngine implements System.IDisposable, so it is recommended to wrap this method call in a "using" statement or call System.IDisposable.Dispose manually.