Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / TextureNonPowerOfTwo Property

In This Topic
    TextureNonPowerOfTwo Property (RenderContextBase)
    In This Topic
    Tells if the render context supports non power of two textures.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property TextureNonPowerOfTwo As Boolean
    public virtual bool TextureNonPowerOfTwo {get;}
    See Also