Class CaptureFinishedEventArgs
Definition
- Assembly:
- Tizen.NUI.Scene3D.dll
Event arguments of SceneView capture finished event.
public class CaptureFinishedEventArgs : EventArgs
- Inheritance
-
objectCaptureFinishedEventArgs
Properties
View SourceCapturedImageUrl
ImageUrl of the captured result If the capture is failed, it is null.
Declaration
public ImageUrl CapturedImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageUrl |
CaptureId
Integer ID of the capture request.
Declaration
public int CaptureId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |