Struct TextureImage
Represents a texture image.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 400, 0)]
public struct TextureImage
Remarks
This structure is available since v7.17.
Constructors
| Name | Description |
|---|---|
| TextureImage(string, string, string, bool) | Initializes a new instance of the TextureImage structure. |
Properties
| Name | Description |
|---|---|
| ImageFilePath | Gets the image. |
| IsGrayscale | Tells whether the image is in grey colors (grayscale). |
| MinorRevisionId | Gets the texture document minor revision identifier. |
| Signature | Gets the image signature. |