Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
BitmapImage | 0 | ImageGear uses a single Image element to draw the image, and uses a BitmapImage object as its ImageSource. If the image is big, ImageGear renders it in reduced size, such that rendered image size stays just within 16 Megabytes. This mode is best for displaying images. |
WriteableBitmap | 1 | ImageGear uses a single Image element to draw the image, and uses a WriteableBitmap object as its ImageSource. ImageGear renders the image in full size. Silverlight uses a simple antialiasing algorithm for downscaling of WriteableBitmap objects, so this mode is preferrable when high resolution rendering is required, for example, for image printing. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearRenderMedia