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

In This Topic
    CreateTexture2DNoMultisample Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CreateTexture2DNoMultisample( _
       ByVal size As Size, _
       ByVal depthTexture As Boolean _
    ) As TextureBase
    public override TextureBase CreateTexture2DNoMultisample( 
       Size size,
       bool depthTexture
    )

    Parameters

    size
    depthTexture
    See Also