Printing3DTextureResource.TextureData 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.
Gets or sets the image stream of the texture resource.
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
Property Value
The image stream of the texture resource.