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

In This Topic
    GetColorDescription Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Function GetColorDescription( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As   
    protected abstract    GetColorDescription( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also