'Declaration Public Sub AddSelectionInControlSpace( _
ByVal contentAreaNameThe name of content area.As System.String, _
ByVal startPointThe start point, in the coordinate space of document editor, for content selection.As Vintasoft.Primitives.VintasoftPoint, _
ByVal endPointThe end point, in the coordinate space of document editor, for content selection.As Vintasoft.Primitives.VintasoftPoint _
)
public void AddSelectionInControlSpace(
System.String contentAreaName,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
public: void AddSelectionInControlSpace(
System.String contentAreaName,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
public:
void AddSelectionInControlSpace(
System.String contentAreaName,
Vintasoft.Primitives.VintasoftPoint startPoint,
Vintasoft.Primitives.VintasoftPoint endPoint
)
Parameters
- contentAreaName
- The name of content area.
- startPoint
- The start point, in the coordinate space of document editor, for content selection.
- endPoint
- The end point, in the coordinate space of document editor, for content selection.