Defines position of caret within a text. Position defined via 2 points:
C1CaretCoords.Min - position on the top of the text line,
C1CaretCoords.Max - position on the bottom of the text line. For normal horizontal english text Min.X == Max.X and Max.Y == Min.Y + HeightOfTheTextLine. For text rotated on 90 degrees Max.X == Min.X + HeightOfTheTextLine, Min.Y == Max.Y. If text is rotated on some NOT right angle then Min.X != Max.X and Min.Y != Max.Y.
System.Object
System.ValueType
C1.Document.C1CaretCoords