FlexReport for WinForms
C1CaretCoords 構造体
メンバ 


C1.Document アセンブリ > C1.Document 名前空間 : C1CaretCoords 構造体
Defines position of caret within a text. Position defined via 2 points: Min - position on the top of the text line, 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.
オブジェクト モデル
C1CaretCoords 構造体
シンタックス
'宣言
 
Public Structure C1CaretCoords 
   Inherits System.ValueType
'使用法
 
Dim instance As C1CaretCoords
public struct C1CaretCoords : System.ValueType 
継承階層

System.Object
   System.ValueType
      C1.Document.C1CaretCoords

参照

参照

C1CaretCoords メンバ
C1.Document 名前空間