ImageTextureMap Class
A texture map that is read from an image file.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class ImageTextureMap : TextureMap
Remarks
An ImageTextureMap is a texture map that is read from an image file (see Supported Image Formats for details about the supported formats), or created directly from a raster supplied by the application.
![]() |
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Map
TextureMap
ImageTextureMap
Platforms
Windows, Linux, Android
ImageTextureMap Members
The ImageTextureMap type has the following members.
Constructors
Name | Description |
---|---|
ImageTextureMap | Initializes a new instance of the ImageTextureMap class with the given path and filename. |
Properties
Name | Description |
---|---|
Bounds | Gets or sets the geographical bounds of the map. Inherited from Map |
FileName | Gets the file name of the image. |
IsDisposed | Gets a value that tells whether the current ImageTextureMap has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the ImageTextureMap. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ImageTextureMap represents. Inherited from EngineObject |
Path | Gets the path to the directory containing the texture image. |
Smooth | Gets or sets a value indicating if filtering should be used when applying the map to a mesh. Inherited from Map |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
Initializes a new instance of the ImageTextureMap class from the given image raster. | |
Initializes a new instance of the ImageTextureMap from the specified image data. | |
GetRaster | Gets the image data used to create the texture as a Raster. Inherited from TextureMap |