Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.38 KB

File metadata and controls

50 lines (42 loc) · 1.38 KB

GetTileOffsetPoint

Description

Gets the specified tile resource's offset point.

PROCEDURE GetTileOffsetPoint(
				tileHandle      : HANDLE;
				VAR offsetPoint : POINT);
def vs.GetTileOffsetPoint(tileHandle):
    return offsetPoint

Parameters

Name Type Description
tileHandle HANDLE The tile resource from which to get the offset point.
offsetPoint POINT The retrieved offset point.

Examples

GetTileOffsetPoint(tileHandle, offsetPoint);

See Also

VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint

Version

Availability: from Vectorworks 2011

Category