TextureMappingMode
StockSharp.Xaml.Charting.Rendering.Common
Defines enumeration constants to describe how textures are mapped. If textures are mapped PerScreen, then a single large texture is shared for all elements that use this texture. Else, if PerPrimitive then individual primitives have separate textures.
Fields
PerPrimitive
public const TextureMappingMode PerPrimitive
value = TextureMappingMode.PerPrimitive
with this mode entire texture is fit into single primitive
PerScreen
public const TextureMappingMode PerScreen
value = TextureMappingMode.PerScreen
with this mode texture coordinates equal to screen coordinates