Name | Description | |
---|---|---|
![]() | Height | Gets the Image's height. |
![]() | HorizontalResolution | Gets the Image's horizontal resolution. |
![]() | Value | Gets the value of the Image object. |
![]() | VerticalResolution | Gets the Image's vertical resolution. |
![]() | Width | Gets the Image's width. |
The following tables list the members exposed by Image.
Name | Description | |
---|---|---|
![]() | Height | Gets the Image's height. |
![]() | HorizontalResolution | Gets the Image's horizontal resolution. |
![]() | Value | Gets the value of the Image object. |
![]() | VerticalResolution | Gets the Image's vertical resolution. |
![]() | Width | Gets the Image's width. |
Name | Description | |
---|---|---|
![]() ![]() | Clone | Creates a copy of an Image. |
![]() ![]() | CompressJPEG | Creates a memory stream from a .jpeg image. |
![]() ![]() | DetectFormat | Returns the Image's format as a string. |
![]() | Dispose | Releases all resources used by the Image. |
![]() | Draw | Draw the Image based on rotation & cropping values. |
![]() ![]() | FromBitmap | Creates an Image from a Bitmap object. |
![]() ![]() | FromFile | Creates an Image from a file's path. |
![]() ![]() | FromStream | Creates an Image from a stream object. |