CameraCaptureDialog.Resolution Property

3/29/2010

Gets or sets the image resolution.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

public Size Resolution { get; set; }
'Declaration
Public Property Resolution As Size

Remarks

The default is (0, 0). For video clips, if either Width or Height is 0, only VideoTypes will be considered when selecting video profile (i.e., Resolution is ignored).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CameraCaptureDialog Class
CameraCaptureDialog Members
Microsoft.WindowsMobile.Forms Namespace