Method UnOutline
UnOutline(Point)
This method removes outlined section at the specific position.
public virtual void UnOutline(Point position)
Parameters
position
PointSpecifies position in text coordinates.
UnOutline(int)
This method removes all outlined section containing the given line.
public virtual void UnOutline(int index)
Parameters
index
intSpecifies line in text coordinates.
UnOutline()
This method removes all outlined section within the DisplayStrings
collection.
public void UnOutline()