|
Video SDK for iOS API Reference
|
The mask info to generate the mask bitmap. More...
#include <ZoomVideoSDKMaskHelper.h>
Inherits NSObject.
Properties | |
| ZoomVideoSDKMaskShape | shape |
| CGFloat | left |
| The left margin. For rectangle and oval. | |
| CGFloat | top |
| The top margin. For rectangle and oval. | |
| CGFloat | right |
| The right margin. For rectangle and oval. | |
| CGFloat | bottom |
| The bottom margin. For rectangle and oval. | |
| CGFloat | cx |
| The x-coordinate of the center of the circle to be drawn. | |
| CGFloat | cy |
| The y-coordinate of the center of the circle to be drawn. | |
| CGFloat | radius |
| The radius of the circle to be drawn. | |
The mask info to generate the mask bitmap.
Definition at line 14 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The bottom margin. For rectangle and oval.
Definition at line 35 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The x-coordinate of the center of the circle to be drawn.
Definition at line 40 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The y-coordinate of the center of the circle to be drawn.
Definition at line 45 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The left margin. For rectangle and oval.
Definition at line 20 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The radius of the circle to be drawn.
Definition at line 50 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The right margin. For rectangle and oval.
Definition at line 30 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
Definition at line 16 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The top margin. For rectangle and oval.
Definition at line 25 of file ZoomVideoSDKMaskHelper.h.