Click or drag to resize

RectangleFromGraphObj Method

Create a new Rectangle command using the properties of an existing McGraphObjRect 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 McGraphObjRect,
	shapeAction As ShapeAction
) As Rectangle

Parameters

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

Return Value

Type: Rectangle
Remarks