The C1LineFragment type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Measure |
Returns the width of this fragment between two C1TextPointer offsets.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Baseline |
Gets the distance between the top of this C1LineFragment and its baseline.
|
|
|
Element |
The C1TextElement contained in this C1LineFragment.
|
|
|
End |
Gets the end position of this C1LineFragment.
|
|
|
Height |
Gets the height, in pixels, of this C1LineFragment
|
|
|
Left |
Gets the left coordinate, in document coordinates, of this C1LineFragment.
|
|
|
RelativeTop |
Gets the top coordinate, in line coordinates, of this C1LineFragment.
|
|
|
Start |
Gets the start position of this C1LineFragment.
|
|
|
Top |
Gets the top coordinate, in document coordinates, of this C1LineFragment.
|
|
|
View |
Gets the C1TextElementView of the associated C1TextElement.
|
|
|
Width |
Gets the width, in pixels, of this C1LineFragment.
|
|
|
XHeight |
Gets the distance between the top of this C1LineFragment and its x-height.
|