Class CameraSettings
- Namespace
- Ink_Canvas
- Assembly
- InkCanvasForClass.dll
public class CameraSettings
- Inheritance
-
CameraSettings
- Inherited Members
-
Properties
ResolutionHeight
[JsonProperty("resolutionHeight")]
public int ResolutionHeight { get; set; }
Property Value
- int
ResolutionWidth
[JsonProperty("resolutionWidth")]
public int ResolutionWidth { get; set; }
Property Value
- int
RotationAngle
[JsonProperty("rotationAngle")]
public int RotationAngle { get; set; }
Property Value
- int
SelectedCameraIndex
[JsonProperty("selectedCameraIndex")]
public int SelectedCameraIndex { get; set; }
Property Value
- int