←Select platform

ScreenCaptureAreaZoom Enumeration

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

Syntax
C#
C++/CLI
Python
public enum ScreenCaptureAreaZoom 
public enum class ScreenCaptureAreaZoom : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ScreenCaptureAreaZoom(Enum): 
   Normal = 4096 
   By2X = 8192 
   By3X = 12288 
   By4X = 16384 
   By5X = 20480 
   By6X = 24576 
   By7X = 28672 
   By8X = 32768 
   By9X = 36864 
   By10X = 40960 
   By11X = 45056 
   By12X = 49152 
   By13X = 53248 
   By14X = 57344 
   By15X = 61440 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.