C# Class MonoMac.CoreText.CTFrame

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( CGContext ctx ) : void
GetFrameAttributes ( ) : CTFrameAttributes
GetLineOrigins ( MonoMac.Foundation.NSRange range, PointF origins ) : void
GetLines ( ) : MonoMac.CoreText.CTLine[]
GetPath ( ) : CGPath
GetStringRange ( ) : MonoMac.Foundation.NSRange
GetVisibleStringRange ( ) : MonoMac.Foundation.NSRange

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CTFrame ( IntPtr handle, bool owns ) : System
CTFrameDraw ( IntPtr handle, IntPtr context ) : void
CTFrameGetFrameAttributes ( IntPtr handle ) : IntPtr
CTFrameGetLineOrigins ( IntPtr handle, MonoMac.Foundation.NSRange range, [ origins ) : void
CTFrameGetLines ( IntPtr handle ) : IntPtr
CTFrameGetPath ( IntPtr handle ) : IntPtr
CTFrameGetStringRange ( IntPtr handle ) : MonoMac.Foundation.NSRange
CTFrameGetVisibleStringRange ( IntPtr handle ) : MonoMac.Foundation.NSRange

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( CGContext ctx ) : void
ctx MonoMac.CoreGraphics.CGContext
Résultat void

GetFrameAttributes() public méthode

public GetFrameAttributes ( ) : CTFrameAttributes
Résultat CTFrameAttributes

GetLineOrigins() public méthode

public GetLineOrigins ( MonoMac.Foundation.NSRange range, PointF origins ) : void
range MonoMac.Foundation.NSRange
origins System.Drawing.PointF
Résultat void

GetLines() public méthode

public GetLines ( ) : MonoMac.CoreText.CTLine[]
Résultat MonoMac.CoreText.CTLine[]

GetPath() public méthode

public GetPath ( ) : CGPath
Résultat MonoMac.CoreGraphics.CGPath

GetStringRange() public méthode

public GetStringRange ( ) : MonoMac.Foundation.NSRange
Résultat MonoMac.Foundation.NSRange

GetVisibleStringRange() public méthode

public GetVisibleStringRange ( ) : MonoMac.Foundation.NSRange
Résultat MonoMac.Foundation.NSRange