Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawBorder Method

In This Topic
    DrawBorder Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawBorder( _
       ByVal shaders As Dictionary(Of shaderType,IShaderTechnique), _
       ByVal borderColor As Color, _
       ByVal size As Size, _
       ByVal radius As Integer, _
       ByVal visible As Boolean, _
       ByVal borderBitmap As Bitmap, _
       ByVal lowerLeftCorner As Bitmap, _
       ByVal lowerRightCorner As Bitmap, _
       ByVal topLeftCorner As Bitmap, _
       ByVal topRightCorner As Bitmap _
    ) 

    Parameters

    shaders
    borderColor
    size
    radius
    visible
    borderBitmap
    lowerLeftCorner
    lowerRightCorner
    topLeftCorner
    topRightCorner
    See Also