次の方法で共有


Printing3DBufferFormat 列挙型

定義

バッファーで使用される形式を指定します。

public enum class Printing3DBufferFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
enum class Printing3DBufferFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
public enum Printing3DBufferFormat
var value = Windows.Graphics.Printing3D.Printing3DBufferFormat.unknown
Public Enum Printing3DBufferFormat
継承
Printing3DBufferFormat
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Graphics.Printing3D.Printing3DContract (v1.0 で導入)

フィールド

Printing3DDouble 500

double型のバッファー。

Printing3DUInt 501

uint型のバッファー。

R32G32B32A32Float 2

アルファを含むチャネルあたり 32 ビットをサポートする 4 要素 128 ビット浮動小数点形式。

R32G32B32A32UInt 3

アルファを含むチャネルあたり 32 ビットをサポートする 4 要素 128 ビット符号なし整数形式。

R32G32B32Float 6

カラー チャネルあたり 32 ビットをサポートする 3 要素 96 ビット浮動小数点形式。

R32G32B32UInt 7

カラー チャネルあたり 32 ビットをサポートする 3 要素 96 ビット符号なし整数形式。

Unknown 0

形式が不明です。

注釈

この API は、3D 製造フォーマット (3MF) パッケージで使用するように設計されています。 3MF の詳細については、3MF 仕様を参照してください。

バージョン履歴

Windows バージョン SDK のバージョン 付加価値
1511 10586 Printing3DDouble
1511 10586 Printing3DUInt

適用対象