PipelineBuffer.RowSize Property
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.
Important
This API is not CLS-compliant.
Gets the size of row in the PipelineBuffer object.
public:
property System::UInt64 RowSize { System::UInt64 get(); };
[System.CLSCompliant(false)]
public ulong RowSize { get; }
[<System.CLSCompliant(false)>]
member this.RowSize : uint64
Public ReadOnly Property RowSize As ULong
Property Value
The size of row in the PipelineBuffer object.
- Attributes