C# 클래스 MonoMac.CoreText.CTFrame

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

public Draw ( CGContext ctx ) : void
ctx MonoMac.CoreGraphics.CGContext
리턴 void

GetFrameAttributes() 공개 메소드

public GetFrameAttributes ( ) : CTFrameAttributes
리턴 CTFrameAttributes

GetLineOrigins() 공개 메소드

public GetLineOrigins ( MonoMac.Foundation.NSRange range, PointF origins ) : void
range MonoMac.Foundation.NSRange
origins System.Drawing.PointF
리턴 void

GetLines() 공개 메소드

public GetLines ( ) : MonoMac.CoreText.CTLine[]
리턴 MonoMac.CoreText.CTLine[]

GetPath() 공개 메소드

public GetPath ( ) : CGPath
리턴 MonoMac.CoreGraphics.CGPath

GetStringRange() 공개 메소드

public GetStringRange ( ) : MonoMac.Foundation.NSRange
리턴 MonoMac.Foundation.NSRange

GetVisibleStringRange() 공개 메소드

public GetVisibleStringRange ( ) : MonoMac.Foundation.NSRange
리턴 MonoMac.Foundation.NSRange