ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityGeometry Class / UseNormals Property




In This Topic
    UseNormals Property
    In This Topic
    Gets a value indicating whether normals are used when drawing the geometry.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseNormals As Boolean
    'Usage
     
    Dim instance As ImGearVectorEntityGeometry
    Dim value As Boolean
     
    value = instance.UseNormals
    public bool UseNormals {get;}
    public: __property bool get_UseNormals();
    public:
    property bool UseNormals {
       bool get();
    }

    Property Value

    Boolean value.
    Remarks
    If it is false then the normal array is not used. Initially this property is set by the useNormals parameter in Init method.
    See Also