Eyeshot 10 WinForms API Reference
CreateTexture2DNoMultisample Method (D3DRenderContext)

WinForms Assembly > devDept.Graphics Namespace > D3DRenderContext Class : CreateTexture2DNoMultisample Method
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

Reference

D3DRenderContext Class
D3DRenderContext Members