Record TBidiCaretPos
Unit
Declaration
type TBidiCaretPos = record
Description
Position of carte in bidirectional text
Overview
Fields
PartIndex: integer; |
|
Top: TPointF; |
|
Bottom: TPointF; |
|
RightToLeft: boolean; |
|
PreviousTop: TPointF; |
|
PreviousBottom: TPointF; |
|
PreviousRightToLeft: boolean; |
Methods
procedure Transform(AMatrix: TAffineMatrix); |
Description
Fields
PartIndex: integer; |
|
This item has no description. |
Top: TPointF; |
|
This item has no description. |
Bottom: TPointF; |
|
This item has no description. |
RightToLeft: boolean; |
|
This item has no description. |
PreviousTop: TPointF; |
|
This item has no description. |
PreviousBottom: TPointF; |
|
This item has no description. |
PreviousRightToLeft: boolean; |
|
This item has no description. |
Methods
procedure Transform(AMatrix: TAffineMatrix); |
|
This item has no description. |