C# Class LayoutFarm.Text.EditableRunCharLocation

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
EmptyTextRunLocationInfo EditableRunCharLocation
charIndex int
pixelOffset int

Méthodes publiques

Méthode Description
EditableRunCharLocation ( int pixelOffset, int charIndex )

Method Details

EditableRunCharLocation() public méthode

public EditableRunCharLocation ( int pixelOffset, int charIndex )
pixelOffset int
charIndex int

Property Details

EmptyTextRunLocationInfo public_oe static_oe property

public static EditableRunCharLocation,LayoutFarm.Text EmptyTextRunLocationInfo
Résultat EditableRunCharLocation

charIndex public_oe property

public int charIndex
Résultat int

pixelOffset public_oe property

public int pixelOffset
Résultat int