Click or drag to resize

CircleFromGraphObj Method

Create a new Circle using the properties of an existing McGraphObjCircle object.

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function FromGraphObj ( 
	graphicObject As McGraphObjCircle,
	shapeAction As ShapeAction
) As Circle

Parameters

graphicObject
Type: MediaCy.IQL.Display.OverlaysMcGraphObjCircle
shapeAction
Type: MediaCy.Commands.OverlaysShapeAction

Return Value

Type: Circle
Remarks