Share via


IMTLDevice.GetDefaultSamplePositions(IntPtr, UIntPtr) Method

Definition

Provides the default sample positions for the specified sample count.

[Foundation.Export("getDefaultSamplePositions:count:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetDefaultSamplePositions(IntPtr positions, UIntPtr count);
[<Foundation.Export("getDefaultSamplePositions:count:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDefaultSamplePositions : nativeint * unativeint -> unit
override this.GetDefaultSamplePositions : nativeint * unativeint -> unit

Parameters

positions
IntPtr

nativeint

Array that will be filled with the default sample postions.

count
UIntPtr

unativeint

The number of positions, which determines the set of default positions.

Attributes

Applies to