Printing3DBufferDescription Struct
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.
Specifies how to parse data in the buffer.
public value class Printing3DBufferDescription
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
struct Printing3DBufferDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
public struct Printing3DBufferDescription
var printing3DBufferDescription = {
format : /* Your value */,
stride : /* Your value */
}
Public Structure Printing3DBufferDescription
- Inheritance
-
Printing3DBufferDescription
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced in v1.0)
|
Fields
Format |
Specifies the format used by the buffer. |
Stride |
Specifies how far to move the pointer forward to find the next unit of data. |