FreeImage.NET Class Library Reference
LocalPlugin Methods |
The LocalPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseProc |
Function that can be implemented.
|
|
DescriptionProc |
Function that can be implemented.
|
|
Equals | (Inherited from Object.) | |
ExtensionListProc |
Function that can be implemented.
|
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FormatProc |
Implementation of FormatProc
|
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetImplementedMethods |
Function that returns a bitfield containing the
implemented methods.
|
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
LoadProc |
Function that can be implemented.
|
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MimeProc |
Function that can be implemented.
|
|
OpenProc |
Function that can be implemented.
|
|
PageCapabilityProc |
Function that can be implemented.
|
|
PageCountProc |
Function that can be implemented.
|
|
Read |
Reads from an unmanaged stream.
|
|
ReadByte |
Reads a single byte from an unmanaged stream.
|
|
RegExprProc |
Function that can be implemented.
|
|
SaveProc |
Function that can be implemented.
|
|
Seek |
Seeks in an unmanaged stream.
|
|
SupportsExportBPPProc |
Function that can be implemented.
|
|
SupportsExportTypeProc |
Function that can be implemented.
|
|
SupportsICCProfilesProc |
Function that can be implemented.
|
|
Tell |
Retrieves the position of an unmanaged stream.
|
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateProc |
Function that can be implemented.
|
|
Write |
Writes to an unmanaged stream.
|
|
WriteByte |
Writes a single byte to an unmanaged stream.
|
See Also