CF2Image
Contents
[
Hide
]
CF2Image class
CF2 image class
public sealed class CF2Image : Image
Properties
Name | Description |
---|---|
AuxSecton { get; } | Gets the aux secton. |
Bounds { get; } | Gets the image bounds. |
Container { get; } | Gets the Image container. |
DataStreamContainer { get; } | |
Disposed { get; } | |
override Height { get; } | Gets the image height. |
override IsCached { get; } | Gets is image cached |
LinesOutputDescribing { get; set; } | Description of the line types output |
LineTypeColors { get; } | Colors of the line types. |
MainSecton { get; } | Gets the main secton. |
MaxPoint { get; } | Gets the max point. |
MinPoint { get; } | Gets the min point. |
OrderOutputDescribing { get; set; } | Description of the order section output |
OrderSecton { get; } | Gets the order secton. |
Palette { get; set; } | Gets or sets the color palette. |
Size { get; } | Gets the image size. |
SubSectons { get; } | Gets the sub sectons. |
virtual UnitlessDefaultUnitType { get; } | Assumed unit type when UnitType is set to Unitless |
UnitType { get; } | Gets current unit type. |
override Width { get; } | Gets the image width. |
Methods
Name | Description |
---|---|
override CacheData() | Caches data |
CanSave(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. |
Dispose() | |
override GetStrings() | Gets all string values from image. |
LoadMessageFile(Stream) | Loads a message file from the specified stream. |
LoadMessageFile(string) | Loads a message file from the specified path. |
Save() | Saves the image data to the underlying stream. |
Save(Stream) | |
virtual Save(string) | |
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) | |
virtual Save(string, ImageOptionsBase) | Saves the object’s data to the specified file location in the specified file format according to save options. |
UpdateSize() | Update size |
See Also
- class Image
- namespace Aspose.CAD.FileFormats.CF2
- assembly Aspose.CAD