예제 #1
0
 /// <summary>
 /// Get Camera Device Max Zoom value.
 /// </summary>
 /// <returns>Max Zoom value.</returns>
 public float getMaxZoomValue()
 {
     return(NativeAPI.CameraDevice_getMaxZoomValue());
 }