com.nchart3d.NChart.NChartTexturePosition Enum Reference

The TexturePosition enum provides constants that control position of texture. More...

Public Attributes

 TopLeftCorner
 Position texture in the top left corner of the area.
 
 Center
 Position texture at the center of the area.
 
 Scale
 Scale texture to fill the whole area.
 
 ScaleKeepMinAspect
 Scale texture keeping aspect so, that it fits in the area.
 
 ScaleKeepMaxAspect
 Scale texture keeping aspect so, that it covers the whole area.
 

Detailed Description

The TexturePosition enum provides constants that control position of texture.