Solid Edge Framework Type Library
BeginhDCMainDisplay Method
Specifies the handle for the Device Context.
Specifies the model-to-Device Context matrix.
Specifies the rectangle for the main display.
Description
Occurs before the main display to enable HDC-based clients to support underlay.
Syntax
Visual Basic
Public Sub BeginhDCMainDisplay( _
   ByVal hDC As Long, _
   ByRef ModelToDC() As Double, _
   ByRef Rect() As Long _
) 
Parameters
hDC
Specifies the handle for the Device Context.
ModelToDC
Specifies the model-to-Device Context matrix.
Rect
Specifies the rectangle for the main display.
See Also

DISEhDCDisplayEvents Object  | DISEhDCDisplayEvents Members

Send comments on this topic.