Click or drag to resize

IMcTilingGetAnchors Method

Returns array of anchor points for tiles.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Function GetAnchors As Object

Return Value

Type: Object
Remarks
The array has dimensions 6*numTiles, floating point values. The structure of the array: a[i*6 + 0]=dir1 - side of the first anchor point (LINK_UP 1,LINK_DOWN 2, LINK_LEFT 4, LINK_RIGHT 8) a[i*6 + 1]=X1 - x coordinate of the first anchor point, top left a[i*6 + 2]=Y1 - y coordinate of the first anchor point, top left a[i*6 + 3]=dir2 - side of the second anchor point, 0 if no second anchor point exist a[i*6 + 4]=X2 - x coordinate of the second anchor point, top left a[i*6 + 5]=Y2 - y coordinate of the second anchor point, top left
See Also