ScreenCaptureAreaZoom Enumeration

Summary

Values that indicate which zoom factor to use on the screen capture area.

Syntax
C#
VB
C++
public enum ScreenCaptureAreaZoom 
  
Public Enum ScreenCaptureAreaZoom  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ScreenCaptureAreaZoom : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
4096NormalNormal zoom.
8192By2X2x the normal zoom.
12288By3X3x the normal zoom.
16384By4X4x the normal zoom.
20480By5X5x the normal zoom.
24576By6X6x the normal zoom.
28672By7X7x the normal zoom.
32768By8X8x the normal zoom.
36864By9X9x the normal zoom.
40960By10X10x the normal zoom.
45056By11X11x the normal zoom.
49152By12X12x the normal zoom.
53248By13X13x the normal zoom.
57344By14X14x the normal zoom.
61440By15X15x the normal zoom.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly