C# Class Praeclarum.Graphics.CoreGraphicsFontMetrics

Inheritance: IFontMetrics
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Свойство Type Description
Widths float[]

Méthodes publiques

Méthode Description
CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
StringWidth ( string str, int startIndex, int length ) : int

Private Methods

Méthode Description
StringSize ( string str, int startIndex, int length ) : CoreGraphics.CGSize

Method Details

CoreGraphicsFontMetrics() public méthode

public CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
attrs CTStringAttributes
Résultat System

StringWidth() public méthode

public StringWidth ( string str, int startIndex, int length ) : int
str string
startIndex int
length int
Résultat int

Property Details

Widths public_oe property

public float[] Widths
Résultat float[]