Visual Basic (Declaration) | |
---|---|
Public Property Zoom As ScreenCaptureAreaZoom |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ScreenCaptureAreaOptions Dim value As ScreenCaptureAreaZoom instance.Zoom = value value = instance.Zoom |
C# | |
---|---|
public ScreenCaptureAreaZoom Zoom {get; set;} |
C++/CLI | |
---|---|
public: property ScreenCaptureAreaZoom Zoom { ScreenCaptureAreaZoom get(); void set ( ScreenCaptureAreaZoom value); } |
Property Value
A ScreenCaptureAreaZoom value indicating the capture area zoom.For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7