Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a Position object that represents the location specified by the offset. The Position object can be used similar to a cursor.

C#
public virtual Position GetPosition(int offset)
vb.net
Public Overridable Function GetPosition(ByVal offset As Integer) As Position

Parameters

offset
An int representing the relative offset from the start of this Element to get the Position for.

Returns

A Position object that represents the location specified by the offset.

Examples

C#
Position oPosition = e.GetPosition();
vb.net
Dim oPosition As Position = e.GetPosition()
  • No labels