Ejemplo n.º 1
0
 public TextRegion(SnapshotPoint startPoint, TextRegionType type)
     : this()
 {
     StartPoint = startPoint;
     RegionType = type;
 }
Ejemplo n.º 2
0
 public TextRegion(SnapshotPoint startPoint, TextRegionType type)
     : this()
 {
     StartPoint = startPoint;
     RegionType = type;
 }