Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / DrawTexture Method

In This Topic
    DrawTexture Method (Label)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub DrawTexture( _
       ByVal renderContext As RenderContextBase, _
       ByVal labelTexture As TextureBase, _
       ByVal rect As RectangleF, _
       ByVal flipY As Boolean _
    ) 
    protected void DrawTexture( 
       RenderContextBase renderContext,
       TextureBase labelTexture,
       RectangleF rect,
       bool flipY
    )

    Parameters

    renderContext
    labelTexture
    rect
    flipY
    See Also