IMcGraphObjRRect2SetRoundness Method
|
|
Set the size of the ellipse used to draw the rounded corners.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub SetRoundness (
Width As Single,
Height As Single
)
Parameters
- Width
- Type: SystemSingle
Width of the ellipse to draw the rounded corners. - Height
- Type: SystemSingle
Height of the ellipse to draw the rounded corners.
Implements
IMcGraphObjRRectSetRoundness(Single, Single)
See Also