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