MPSNDArray.WriteBytes 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.
Overloads
| Name | Description |
|---|---|
| WriteBytes(IntPtr) | |
| WriteBytes(IntPtr, IntPtr) | |
| WriteBytes(IntPtr, IntPtr[]) |
WriteBytes(IntPtr)
public void WriteBytes(IntPtr buffer);
member this.WriteBytes : nativeint -> unit
Parameters
- buffer
-
IntPtr
nativeint
Applies to
WriteBytes(IntPtr, IntPtr)
[Foundation.Export("writeBytes:strideBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WriteBytes(IntPtr buffer, IntPtr strideBytesPerDimension);
[<Foundation.Export("writeBytes:strideBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteBytes : nativeint * nativeint -> unit
override this.WriteBytes : nativeint * nativeint -> unit
Parameters
- buffer
-
IntPtr
nativeint
- strideBytesPerDimension
-
IntPtr
nativeint
- Attributes