ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : YDecimFactor Property |
NOTE: In effect only if both IsLimitDepth and IsDecimateY properties of the same ImGearIsosurfaceOptions class object are true.
'Declaration Public Property YDecimFactor As Integer
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Integer instance.YDecimFactor = value value = instance.YDecimFactor
public int YDecimFactor {get; set;}