ImageGear .NET - Updated December 24, 2018
YDecimFactor Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : YDecimFactor Property
Gets or sets the decimation factor in Y direction.

NOTE: In effect only if both IsLimitDepth and IsDecimateY properties of the same ImGearIsosurfaceOptions class object are true.

Syntax
'Declaration
 
Public Property YDecimFactor As Integer
 
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Integer
 
instance.YDecimFactor = value
 
value = instance.YDecimFactor

Property Value

Any integer value.
Remarks
The default value is 1.
See Also

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members