ImageGear .NET v24.14 - Updated
ImGearNativeDisplayScaleSettings Class
Members 




ImageGear24.Presentation Assembly > ImageGear.Display Namespace : ImGearNativeDisplayScaleSettings Class
Specifies scale settings for scaling images using ImageGear.
Object Model
ImGearNativeDisplayScaleSettings ClassIImGearResolution Interface
Syntax
'Declaration
 
Public Class ImGearNativeDisplayScaleSettings 
   Inherits ImGearDisplayScaleSettings
'Usage
 
Dim instance As ImGearNativeDisplayScaleSettings
public class ImGearNativeDisplayScaleSettings : ImGearDisplayScaleSettings 
public __gc class ImGearNativeDisplayScaleSettings : public ImGearDisplayScaleSettings 
public ref class ImGearNativeDisplayScaleSettings : public ImGearDisplayScaleSettings 
Remarks
In native scaling mode ImageGear renders only the visible part of the image, and scales it to desired display size and resolution. Use this way if you need advanced display interpolation settings that ImageGear provides, or if your application needs to display very large images.

See Displaying Images in WPF Environment for more information.

Inheritance Hierarchy

System.Object
   ImageGear.Display.ImGearDisplayScaleSettings
      ImageGear.Display.ImGearNativeDisplayScaleSettings

See Also

Reference

ImGearNativeDisplayScaleSettings Members
ImageGear.Display Namespace