Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextureMappingStyle Class / MapMode Property


In This Topic
    MapMode Property
    In This Topic
    Controls the mapping mode used by the drawing engine.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MapMode As MapMode
    'Usage
     
    
    Dim instance As NTextureMappingStyle
    Dim value As MapMode
     
    instance.MapMode = value
     
    value = instance.MapMode
    [System.Xml.Serialization.XmlAttribute()]
    public MapMode MapMode {get; set;}
    Remarks
    There are three mapping types, but you'll most likely use only the relative to object mapping type (MapMode.RelativeToObject) where texture coordinates are computed relatively to the object position.
    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