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 Function BeginhDCMainDisplay( _
   ByVal hDC As Long, _
   ByRef ModelToDC As Double, _
   ByRef Rect As Long _
) As HResult
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

ISEhDCDisplayEvents Object  | ISEhDCDisplayEvents Members

Send comments on this topic.