|
DXFPlot Control - hDC Property
Kadmos DXFReader ActiveX Control

DXFPlot Control
hDC Property
|
Description
|
Returns the Windows hDC associated with the control.
|
Syntax Visual Basic
|
Value& = [form.]DXFPlot.hDC
|
|
Visual C++
|
long DXFPlot.GethDC(); void DXFPlot.SethDC(long nNewValue);
|
|
Delphi
|
property hDC: Integer;
|
|
C#
|
int DXFPlot.hDC;
|
|
Remarks
|
This property is useful if you wish to call Windows API functions to draw in the control.
|
|
Data Type
|
Long
|
Copyright © 2008/2011 Kadmos.com - All rights reserved. Privacy Policy
|