PhotoCamera Constructor

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the PhotoCamera class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
PhotoCamera()()() Initializes a new instance of the PhotoCamera class.
PhotoCamera(CameraType) Initializes a new instance of the PhotoCamera class for the specified type of camera.

Top

Remarks

To account for the Windows Phone execution model, initialize the PhotoCamera object in the OnNavigatedTo(NavigationEventArgs) method and explicitly call the camera Dispose method during the OnNavigatingFrom(NavigatingCancelEventArgs) method. Add event handlers for the PhotoCamera and CameraButtons events in the OnNavigatedTo(NavigationEventArgs) method and remove them in the OnNavigatingFrom(NavigatingCancelEventArgs) method.

For examples and more information about how to implement these members, see How to create a base camera app for Windows Phone 8.

See Also

Reference

PhotoCamera Class

PhotoCamera Members

Microsoft.Devices Namespace