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