Printing3DTextureResource
Printing3DTextureResource
Printing3DTextureResource
Printing3DTextureResource
Class
Definition
Specifies the texture resource used in a 2D texture material.
public : sealed class Printing3DTextureResource : IPrinting3DTextureResourcepublic sealed class Printing3DTextureResource : IPrinting3DTextureResourcePublic NotInheritable Class Printing3DTextureResource Implements IPrinting3DTextureResource// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)
|
Constructors
Printing3DTextureResource() Printing3DTextureResource() Printing3DTextureResource() Printing3DTextureResource()
Creates an instance of the Printing3DTextureResource class.
public : Printing3DTextureResource()public Printing3DTextureResource()Public Sub New()// You can use this method in JavaScript.
Properties
Name Name Name Name
Gets or sets the name of the texture resource.
public : PlatForm::String Name { get; set; }public string Name { get; set; }Public ReadWrite Property Name As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the texture resource.
TextureData TextureData TextureData TextureData
Gets or sets the image stream of the texture resource.
public : IRandomAccessStreamWithContentType TextureData { get; set; }public IRandomAccessStreamWithContentType TextureData { get; set; }Public ReadWrite Property TextureData As IRandomAccessStreamWithContentType// You can use this property in JavaScript.
- Value
- IRandomAccessStreamWithContentType IRandomAccessStreamWithContentType IRandomAccessStreamWithContentType IRandomAccessStreamWithContentType
The image stream of the texture resource.