Printing3DTextureResource.TextureData 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置纹理资源的图像流。
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
属性值
纹理资源的图像流。