Leadtools.ScreenCapture Namespace > ScreenCaptureAreaOptions Structure : AreaType Property |
public ScreenCaptureAreaType AreaType {get; set;}
'Declaration Public Property AreaType As ScreenCaptureAreaType
'Usage Dim instance As ScreenCaptureAreaOptions Dim value As ScreenCaptureAreaType instance.AreaType = value value = instance.AreaType
public: property ScreenCaptureAreaType AreaType { ScreenCaptureAreaType get(); void set ( ScreenCaptureAreaType value); }