Beispiel #1
0
 public CGRect GetBounds(CTLineBoundsOptions options)
 {
     return(CTLineGetBoundsWithOptions(handle, (nuint)(ulong)options));
 }
Beispiel #2
0
 static extern RectangleF CTLineGetBoundsWithOptions(IntPtr line, CTLineBoundsOptions options);
Beispiel #3
0
 public RectangleF GetBounds(CTLineBoundsOptions options)
 {
     return(CTLineGetBoundsWithOptions(Handle, options));
 }
Beispiel #4
0
 public CGRect GetBounds(CTLineBoundsOptions options)
 {
     return(CTLineGetBoundsWithOptions(handle, options));
 }
Beispiel #5
0
 static extern CGRect CTLineGetBoundsWithOptions(IntPtr line, CTLineBoundsOptions options);
Beispiel #6
0
		public RectangleF GetBounds (CTLineBoundsOptions options)
		{
			return CTLineGetBoundsWithOptions (Handle, options);
		}
Beispiel #7
0
		static extern RectangleF CTLineGetBoundsWithOptions (IntPtr line, CTLineBoundsOptions options);
Beispiel #8
0
 public CGRect GetBounds(CTLineBoundsOptions options)
 {
     return CTLineGetBoundsWithOptions (handle, (nuint) (ulong) options);
 }