Class ImageBuilder
Contents
[
Hide
]ImageBuilder class
Represents an image that can be used at PrimaryImage and FallbackImage.
public sealed class ImageBuilder : BaseBuilder
Properties
| Name | Description |
|---|---|
| AlternateWriteFileName { get; set; } | When set to a FileName or a relative File Path, it will be used to write the texture. |
| Content { get; set; } | Gets or sets the in-memory representation of the image file. |
| Extras { get; set; } | Gets or sets the custom data of this object. |
| Name { get; set; } | Gets or sets the display text name, or null. |
Methods
| Name | Description |
|---|---|
| static From(MemoryImage, string) | |
| static From(MemoryImage, string, JsonContent) | |
| static AreEqualByContent(ImageBuilder, ImageBuilder) | |
| static GetContentHashCode(ImageBuilder) | |
| static IsEmpty(ImageBuilder) | |
| static IsValid(ImageBuilder) | |
| implicit operator | (4 operators) |
See Also
- class BaseBuilder
- namespace Aspose.CAD.FileFormats.GLB.Materials
- assembly Aspose.CAD