Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKMaskInfo Class 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.
 

Detailed Description

The mask info to generate the mask bitmap.

Definition at line 14 of file ZoomVideoSDKMaskHelper.h.

Property Documentation

◆ bottom

- (CGFloat) bottom
readwritenonatomicassign

The bottom margin. For rectangle and oval.

Definition at line 35 of file ZoomVideoSDKMaskHelper.h.

◆ cx

- (CGFloat) cx
readwritenonatomicassign

The x-coordinate of the center of the circle to be drawn.

Definition at line 40 of file ZoomVideoSDKMaskHelper.h.

◆ cy

- (CGFloat) cy
readwritenonatomicassign

The y-coordinate of the center of the circle to be drawn.

Definition at line 45 of file ZoomVideoSDKMaskHelper.h.

◆ left

- (CGFloat) left
readwritenonatomicassign

The left margin. For rectangle and oval.

Definition at line 20 of file ZoomVideoSDKMaskHelper.h.

◆ radius

- (CGFloat) radius
readwritenonatomicassign

The radius of the circle to be drawn.

Definition at line 50 of file ZoomVideoSDKMaskHelper.h.

◆ right

- (CGFloat) right
readwritenonatomicassign

The right margin. For rectangle and oval.

Definition at line 30 of file ZoomVideoSDKMaskHelper.h.

◆ shape

- (ZoomVideoSDKMaskShape) shape
readwritenonatomicassign

Definition at line 16 of file ZoomVideoSDKMaskHelper.h.

◆ top

- (CGFloat) top
readwritenonatomicassign

The top margin. For rectangle and oval.

Definition at line 25 of file ZoomVideoSDKMaskHelper.h.