Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.ImageKit Class Reference
Inheritance diagram for HPS.ImageKit:
HPS.Object

Public Member Functions

override void Dispose ()
 
 ImageKit (HPS.ImageKit in_kit)
 
 ImageKit (HPS.ImageKit in_kit, HPS.Image.Format in_format)
 
override HPS.Type ObjectType ()
 
void Set (HPS.ImageKit in_kit)
 
void Show (out HPS.ImageKit out_kit)
 
override bool Empty ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.ImageKit in_kit)
 
void Convert (HPS.ImageKit in_kit, HPS.Image.Format in_format)
 
void Convert (HPS.Image.Format in_format)
 
HPS.ImageKit SetSize (uint in_width, uint in_height)
 
HPS.ImageKit SetData (byte[] in_image_data)
 
HPS.ImageKit SetFormat (HPS.Image.Format in_format)
 
HPS.ImageKit SetDownSampling (bool in_state)
 
HPS.ImageKit SetCompressionQuality (float in_quality)
 
HPS.ImageKit UnsetSize ()
 
HPS.ImageKit UnsetData ()
 
HPS.ImageKit UnsetFormat ()
 
HPS.ImageKit UnsetDownSampling ()
 
HPS.ImageKit UnsetCompressionQuality ()
 
HPS.ImageKit UnsetEverything ()
 
bool ShowSize (out uint out_width, out uint out_height)
 
bool ShowData (out byte[] out_image_data)
 
bool ShowFormat (out HPS.Image.Format out_format)
 
bool ShowDownSampling (out bool out_state)
 
bool ShowCompressionQuality (out float out_quality)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Static Public Member Functions

static bool operator== (HPS.ImageKit a, HPS.ImageKit b)
 
static bool operator!= (HPS.ImageKit a, HPS.ImageKit b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

The documentation for this class was generated from the following file: