The CADParam type contains properties of all entities.
Syntax
Public Type CADParam
hWnd As Long
hDC As Long
offset As POINTAPI
ScaleFactor As Single
DrawMode As Long
CircleDrawMode As Long
GetArcsCurves As Boolean
IsInsideInsert As Long
Thickness As Boolean
End Type
Parameters
hWnd |
Defines client's window handle. |
||||||||
hDC |
Defines client's device context. |
||||||||
offset |
Defines offset of the drawing area along OX and OY axis respectively to the top-left corner of the client's drawing box. |
||||||||
ScaleFactor |
Defines the scale parameter. |
||||||||
DrawMode |
Defines the way how lines with noncontinuous line type have to be drawn.
|
||||||||
CircleDrawMode |
Defines the way how circles, ellipses or arcs with noncontinuous line type have to be drawn.
|
||||||||
GetArcsCurves |
Defines the way how rotated circles, ellipses and arcs will be drawn.
Get more information in the description of the CADProhibitCurvesAsPoly function. |
||||||||
IsInsideInsert |
Defines if the current entity belongs to the INSERT.
|
||||||||
Thickness |
Defines thickness of the current entity. |
See Also
CADData | CADExtendedData | CADPoint | LOGFONT | POINTAPI | RECT | RECTAPI
© 2003-2024 CADSoftTools
Go to CAD DLL