IgesImage Methods |
The IgesImage type exposes the following members.
Name | Description | |
---|---|---|
CacheData |
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer.
(Overrides DataStreamSupporterCacheData.) | |
CanSave |
Determines whether image can be saved to the specified file format represented by the passed save options.
(Inherited from Image.) | |
Dispose |
Disposes the current instance.
(Inherited from DisposableObject.) | |
DoAfterSave |
Does the after save.
(Inherited from DataStreamSupporter.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the DisposableObject class.
(Inherited from DisposableObject.) | |
GetAttributeValue |
Gets attribute value.
(Inherited from Image.) | |
GetFitRectangle(Rectangle) |
Gets rectangle which fits the current image.
(Inherited from Image.) | |
GetFitRectangle(Rectangle, Int32) |
Gets rectangle which fits the current bitmap taking into account the pixels passed. The passed pixels array count should be equal to the fitting rectangle size.
(Inherited from Image.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDataStreamContainerChanging |
Called when data stream container is changing.
(Inherited from DataStreamSupporter.) | |
OnPaletteChanged |
Called when palette is changed.
(Inherited from Image.) | |
OnPaletteChanging |
Called when palette is changing.
(Inherited from Image.) | |
ReleaseContents |
Releases the contents of image - all entities, objects, etc, so it won't hold any references so memory could be collected
(Overrides ImageReleaseContents.) | |
ReleaseManagedResources |
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
(Inherited from Image.) | |
ReleaseUnmanagedResources |
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
(Inherited from DisposableObject.) | |
Save |
Saves the image data to the underlying stream.
(Inherited from Image.) | |
Save(Stream) |
Saves the object's data to the specified stream.
(Inherited from DataStreamSupporter.) | |
Save(String) |
Saves the object's data to the specified file location.
(Inherited from DataStreamSupporter.) | |
Save(String, Boolean) |
Saves the object's data to the specified file location.
(Inherited from DataStreamSupporter.) | |
Save(Stream, ImageOptionsBase) |
Saves the image's data to the specified stream in the specified file format according to save options.
(Inherited from Image.) | |
Save(String, ImageOptionsBase) |
Saves the object's data to the specified file location in the specified file format according to save options.
(Inherited from Image.) | |
SaveData |
Saves the data.
(Overrides DataStreamSupporterSaveData(Stream).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyNotDisposed |
Verifies that the current instance is not disposed.
(Inherited from DisposableObject.) |