IMTLDevice.GetDefaultSamplePositions(IntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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