Class ImageGlb
Contents
[
Hide
]ImageGlb class
Image data used to create a texture. Image MAY be referenced by an URI (or IRI) or a buffer view index.
public sealed class ImageGlb : LogicalChildOfRoot
Properties
| Name | Description |
|---|---|
| AlternateWriteFileName { get; set; } | When set to a FileName or a relative File Path, it will be used as the file name of the texture being written. When null, a default file name will be used. |
| Content { get; set; } | Gets or sets the in-memory representation of the image file. |
| Extensions { get; } | Gets a collection of JsonSerializable instances. |
| Extras { get; set; } | Gets or sets the extras content of this instance. |
| LogicalIndex { get; } | Gets the zero-based index of this object in the Logical resources of GlbImage. |
| LogicalParent { get; } | Gets the GlbImage instance that owns this object. |
| Name { get; set; } | Gets or sets the display text name, or null. |
Methods
| Name | Description |
|---|---|
| GetExtension<T>() | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetExtension<T>(T) | |
| UseExtension<T>() |
See Also
- class LogicalChildOfRoot
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD