CorLib  

ResPictureGroupInfo

ResPictureGroupInfo overview

Implements:

IObject 

Public:

Properties:
BitCount (get) Returns the number of bits used to represent the color range.  
Colors (get) Returns the number of colors used in the picture.  
Height (get) Returns the height of the picture.  
Planes (get) Returns the number of planes. This returns 1.  
ResourceId (get) The numeric identifier of the associated picture.  
Size (get) Returns the number of bytes in this resource.  
Width (get) Returns the width of the picture.  
Methods:
Equals This function determines if the value passed in is the same as the current object instance. Meaning, are the Value and this object the same object in memory.  
GetHashCode Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr. If a different method needs to be impelmented then change the method here in this function.  
ToString Returns a string representation of this object instance. The default method simply returns the application name and class name in which this class resides.  

See Also