ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsDecimateY Property |
NOTE: In effect only if IsLimitDepth property of the same ImGearIsosurfaceOptions class object is true.
'Declaration Public Property IsDecimateY As Boolean
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Boolean instance.IsDecimateY = value value = instance.IsDecimateY
public bool IsDecimateY {get; set;}