ImageGear .NET v24.12 - Updated
UseNormals Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityGeometry Class : UseNormals Property
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

Reference

ImGearVectorEntityGeometry Class
ImGearVectorEntityGeometry Members