Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTexture Class / CheckTextureSize Method

In This Topic
    CheckTextureSize Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub CheckTextureSize( _
       ByVal context As D3DRenderContext, _
       ByVal size As Size _
    ) 
    protected void CheckTextureSize( 
       D3DRenderContext context,
       Size size
    )

    Parameters

    context
    size
    See Also