Creates a new rendering engine from a Windows HDC.
public static IRenderingEngine Create(
IntPtr hdc
)
Public Overloads Shared Function Create( _
ByVal hdc As IntPtr _
) As Leadtools.IRenderingEngine
public:
static Leadtools.IRenderingEngine^ Create(
IntPtr hdc
)
hdc
Windows HDC. This cannot be IntPtr.Zero.
The newly created Leadtools.IRenderingEngine instance that is ready to be used.
Leadtools.IRenderingEngine implements System.IDisposable, so it is recommended to wrap this method call in a "using" statement or call System.IDisposable.Dispose manually.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET