ImageGear for Silverlight
ImGearRenderMedia Enumeration
See Also  Send Feedback
ImageGear20.Core Assembly > ImageGear.Display Namespace : ImGearRenderMedia Enumeration




Glossary Item Box

Specifies render media types.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
BitmapImage0ImageGear 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.
WriteableBitmap1ImageGear 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Display.ImGearRenderMedia

See Also

©2013. Accusoft Corporation. All Rights Reserved.