Class ObjectPosition
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Represents the position of an object in a document.
public class ObjectPosition
- Inheritance
-
ObjectPosition
- Inherited Members
Constructors
ObjectPosition(object, int, int)
Initializes a new instance of the ObjectPosition class with the specified object and positions.
public ObjectPosition(object obj, int start, int end)
Parameters
Properties
End
Gets the ending position.
public int End { get; }
Property Value
Object
Gets the object.
public object Object { get; }
Property Value
Start
Gets the starting position.
public int Start { get; }