LayoutHelperDeviceActivateViewport Method (Point2d)
 | 
Namespace:  Teigha.GraphicsSystem
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public bool ActivateViewport(
        Point2d screenPt
)
 
Public Function ActivateViewport ( 
        screenPt As Point2d
) As Boolean
 
public:
bool ActivateViewport(
        Point2d screenPt
)
 
member ActivateViewport : 
        screenPt : Point2d -> bool 
 
 
 
Parameters
- screenPt
 
- Type: Teigha.GeometryPoint2d
 
Return Value
Type: 
Boolean 
See Also