Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / DrawWithOffsetGdi Method

In This Topic
    DrawWithOffsetGdi Method (TextOnly)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawWithOffsetGdi( _
       ByVal dx As Single, _
       ByVal dy As Single, _
       ByVal scaleFactor As Single, _
       ByVal g As Graphics _
    ) 
    public override void DrawWithOffsetGdi( 
       float dx,
       float dy,
       float scaleFactor,
       Graphics g
    )

    Parameters

    dx
    dy
    scaleFactor
    g
    See Also