ResourceGraphic Class |
Namespace: ProScript
The ResourceGraphic type exposes the following members.
Name | Description | |
---|---|---|
ResourceGraphic |
Initializes a new instance of the ResourceGraphic class.
| |
ResourceGraphic(Int32, Byte) |
Initializes a new instance of the ResourceGraphic class.
| |
ResourceGraphic(Int32, Image) |
Initializes a new instance of the ResourceGraphic class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetData |
Gets the graphic in byte data.
| |
GetGraphic |
Gets the graphic data as an Image.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetResourceNumber |
Gets the id number of this resource.
(Inherited from Resource.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetData |
This sets the graphic using byte data.
| |
SetGraphic |
Sets the graphic data using an Image
| |
SetResourceNumber |
Sets the id number of this resource.
(Inherited from Resource.) | |
ToString |
Prints this object as a human readable string.
(Overrides ResourceToString.) |