Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CreateTexture2DNoMultisample Method

In This Topic
    CreateTexture2DNoMultisample Method (RenderContextBase)
    In This Topic
    Creates a 2D texture without multisampling.
    Syntax
    'Declaration
     
    Public Overridable Function CreateTexture2DNoMultisample( _
       ByVal size As Size, _
       ByVal depthTexture As Boolean _
    ) As TextureBase
    public virtual TextureBase CreateTexture2DNoMultisample( 
       Size size,
       bool depthTexture
    )

    Parameters

    size
    depthTexture

    Return Value

    See Also