Share via


MPSMatrixDescriptor.RowBytes Property

Definition

Gets the row stride for the matrix, in bytes.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr RowBytes { [Foundation.Export("rowBytes")] get; [Foundation.Export("setRowBytes:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("rowBytes")>]
[<set: Foundation.Export("setRowBytes:")>]
member this.RowBytes : unativeint with get, set

Property Value

UIntPtr

unativeint

Attributes

Applies to