Name | Description | |
---|---|---|
![]() | Append | Append image to file |
![]() | Clear | Set all pixels to white |
![]() | Close | Close image |
![]() | Copy | Copy image to another image |
![]() | CopyToClipboard | Copy image to clipboard |
![]() | Create | Create a Bi-tonal image |
![]() | CreateBpp | Create an image (bpp = 1, 8, 24) |
![]() | CreateZone | Create new Zone within image |
![]() | CreateZoneRect | Create new Zone within image |
![]() | Crop | Crop rectangle |
![]() | Duplicate | Create a duplicate of this CiImage object |
![]() | Flip | Rotate image upside down |
![]() | FlipHorz | Flip image around horizontal axis |
![]() | FlipVert | Flip image around vertical axis |
![]() | GetBitmap | Obtain .NET Bitmap from this image |
![]() | Invert | Invert image pixels |
![]() | Open | Overloaded. Create image from an image file |
![]() | OpenFromBitmap | Create image from Windows Bitmap |
![]() | OpenFromClipboard | Create image from Clipboard |
![]() | RotateLeft | Rotate image to the left |
![]() | RotateRight | Rotate image to the right |
![]() | Save | Save image into its image file |
![]() | SaveAs | Save image in new file |
![]() | SaveToStream | Save image to a Stream object. |
![]() | ToBitonal | method ToBitonal |
![]() | ToGrayscale | method ToGrayscale |