Class ThreeDSImage
ThreeDSImage class
3DS image
public class ThreeDSImage : Image
Constructors
Properties
Methods
Name | Description |
---|
override CacheData() | |
CanSave(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. |
Dispose() | Disposes the current instance. |
virtual GetStrings() | Gets all string values from image. |
Save() | Saves the image data to the underlying stream. |
Save(Stream) | Saves the object’s data to the specified stream. |
virtual Save(string) | Saves the object’s data to the specified file location. |
Save(Stream, ImageOptionsBase) | Saves the image’s data to the specified stream in the specified file format according to save options. |
virtual Save(string, bool) | Saves the object’s data to the specified file location. |
virtual Save(string, ImageOptionsBase) | Saves the object’s data to the specified file location in the specified file format according to save options. |
SaveAsync(Stream, ImageOptionsBase) | Saves the image’s data to the specified stream in the specified file format according to save options. |
virtual SaveAsync(string, ImageOptionsBase) | Saves the object’s data to the specified file location in the specified file format according to save options. |
See Also