OvalShape.Segments
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aOvalShape.Segments = newIntegerValue
or
IntegerValue = aOvalShape.Segments
Supported for all project types and targets.
or
IntegerValue = aOvalShape.Segments
Supported for all project types and targets.
The number of polygon sides to use when approximation is needed. Zero means it’s up to the renderer.
Example
This example specifies the number of segments to use.