Video SDK for iOS API Reference
|
#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 16 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The bottom margin. For rectangle and oval.
Definition at line 37 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The x-coordinate of the center of the circle to be drawn.
Definition at line 42 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The y-coordinate of the center of the circle to be drawn.
Definition at line 47 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The left margin. For rectangle and oval.
Definition at line 22 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The radius of the circle to be drawn.
Definition at line 52 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The right margin. For rectangle and oval.
Definition at line 32 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
Definition at line 18 of file ZoomVideoSDKMaskHelper.h.
|
readwritenonatomicassign |
The top margin. For rectangle and oval.
Definition at line 27 of file ZoomVideoSDKMaskHelper.h.