CameraSize class
Image size (width and height dimensions).
- Annotations
-
- @Reference('android_hardware/camera/CameraSize')
Constructors
- CameraSize(int width, int height)
- Default constructor for CameraSize.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited