Share via


UIPageControl.SizeForNumberOfPages(IntPtr) Method

Definition

The size this UIPageControl's Bounds needs to be to accomodate the specified number of pages.

[Foundation.Export("sizeForNumberOfPages:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize SizeForNumberOfPages(IntPtr pageCount);
[<Foundation.Export("sizeForNumberOfPages:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SizeForNumberOfPages : nativeint -> CoreGraphics.CGSize
override this.SizeForNumberOfPages : nativeint -> CoreGraphics.CGSize

Parameters

pageCount
IntPtr

nativeint

Returns

Attributes

Applies to