eTSRTextureDimension Enumeration
Syntax
public enum eTSRTextureDimension : System.Enum 
Members
MemberDescription
TSR_TEXTUREDIMENSION_1D 
TSR_TEXTUREDIMENSION_2D 
TSR_TEXTUREDIMENSION_2DARRAY 
TSR_TEXTUREDIMENSION_3D 
TSR_TEXTUREDIMENSION_3DARRAY 
TSR_TEXTUREDIMENSION_CUBE 
TSR_TEXTUREDIMENSION_UNKNOWN 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Interop.eTSRTextureDimension

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also