Click or drag to resize

LineFromGraphObj Method

Creates a new Line using the properties of an existing McGraphObjLine 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 McGraphObjLine,
	shapeAction As ShapeAction
) As Line

Parameters

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

Return Value

Type: Line
Remarks