DrawCicodeObject
- Last UpdatedJul 13, 2023
- 1 minute read
Places a Cicode object on the page at the specified location.
Syntax
DrawCicodeObject(XPosition, YPosition)
XPosition:
Distance in pixels from the left of the page to the point where you would like the Cicode object to be placed.
YPosition:
Distance in pixels from the top of the page to the point where you would like the Cicode object to be placed.
Return Value
0 (zero) if successful; otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
DrawLine, DrawEllipse, DrawRectangle, DrawPolygonStart, DrawPolygonLine, DrawPolygonEnd, DrawPipeStart, DrawPipeSection, DrawPipeEnd, DrawText, DrawNumber, DrawSymbolSet, DrawTrend
Example
GraphicsBuilder.DrawCicodeObject 500, 100