NSCollectionView.FrameForItemAtIndex Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FrameForItemAtIndex(nint, nint) | |
FrameForItemAtIndex(nint) |
FrameForItemAtIndex(nint, nint)
[Foundation.Export("frameForItemAtIndex:withNumberOfItems:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect FrameForItemAtIndex (nint index, nint numberOfItems);
abstract member FrameForItemAtIndex : nint * nint -> CoreGraphics.CGRect
override this.FrameForItemAtIndex : nint * nint -> CoreGraphics.CGRect
Parâmetros
- index
- System.System.IntPtr System.nativeint
- numberOfItems
- System.System.IntPtr System.nativeint
Retornos
- Atributos
Aplica-se a
FrameForItemAtIndex(nint)
[Foundation.Export("frameForItemAtIndex:")]
public virtual CoreGraphics.CGRect FrameForItemAtIndex (nint index);
abstract member FrameForItemAtIndex : nint -> CoreGraphics.CGRect
override this.FrameForItemAtIndex : nint -> CoreGraphics.CGRect
Parâmetros
- index
- System.System.IntPtr System.nativeint
Retornos
- Atributos