Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

Create(IntPtr) Method






Windows HDC. This cannot be IntPtr.Zero.
Creates a new rendering engine from a Windows HDC.
Syntax
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
) 

Parameters

hdc
Windows HDC. This cannot be IntPtr.Zero.

Return Value

The newly created Leadtools.IRenderingEngine instance that is ready to be used.
Remarks

Leadtools.IRenderingEngine implements System.IDisposable, so it is recommended to wrap this method call in a "using" statement or call System.IDisposable.Dispose manually.

Requirements

Target Platforms

See Also

Reference

RenderingEngineFactory Class
RenderingEngineFactory Members
Overload List

Error processing SSI file