Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / DrawGdi Method

In This Topic
    DrawGdi Method (Legend)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Sub DrawGdi( _
       ByVal scaleFactor As Single, _
       ByVal viewportScaleRatio As Single, _
       ByVal g As Graphics, _
       ByVal control As ViewportLayout, _
       ByVal viewport As Viewport, _
       ByVal startPtViewport As Point _
    ) 
    protected internal void DrawGdi( 
       float scaleFactor,
       float viewportScaleRatio,
       Graphics g,
       ViewportLayout control,
       Viewport viewport,
       Point startPtViewport
    )

    Parameters

    scaleFactor
    viewportScaleRatio
    g
    control
    viewport
    startPtViewport
    See Also