IMcGraphObjPointAddShapeElement Method
|
|
Add an element to the current marker shape.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub AddShapeElement (
Element As mcGraphObjPointShapeElement,
x1 As Single,
y1 As Single,
Optional x2 As Single = 0F,
Optional y2 As Single = 0F
)
Parameters
- Element
- Type: MediaCy.IQL.Display.OverlaysmcGraphObjPointShapeElement
predefined element to add to this marker. - x1
- Type: SystemSingle
x coordinate of the first point. - y1
- Type: SystemSingle
y coordinate of the first point. - x2 (Optional)
- Type: SystemSingle
x coordinate of the second point. - y2 (Optional)
- Type: SystemSingle
y coordinate of the second point.
RemarksThe second point (x2,y2) is not required when adding a single point (mcgpsPixel).
All coordinates are relative to the current position.
Note |
---|
when displayed, the coordinates are scaled by the percentage given by the ScalePercent property. |
See Also