Printing3DTextureResource.TextureData プロパティ

定義

テクスチャ リソースのイメージ ストリームを取得または設定します。

public:
 property IRandomAccessStreamWithContentType ^ TextureData { IRandomAccessStreamWithContentType ^ get(); void set(IRandomAccessStreamWithContentType ^ value); };
IRandomAccessStreamWithContentType TextureData();

void TextureData(IRandomAccessStreamWithContentType value);
public IRandomAccessStreamWithContentType TextureData { get; set; }
var iRandomAccessStreamWithContentType = printing3DTextureResource.textureData;
printing3DTextureResource.textureData = iRandomAccessStreamWithContentType;
Public Property TextureData As IRandomAccessStreamWithContentType

プロパティ値

テクスチャ リソースのイメージ ストリーム。

適用対象