Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKMaskInfo Class 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.
 

Detailed Description

The mask info to generate the mask bitmap.

Definition at line 16 of file ZoomVideoSDKMaskHelper.h.

Property Documentation

◆ bottom

- (CGFloat) bottom
readwritenonatomicassign

The bottom margin. For rectangle and oval.

Definition at line 37 of file ZoomVideoSDKMaskHelper.h.

◆ cx

- (CGFloat) cx
readwritenonatomicassign

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

Definition at line 42 of file ZoomVideoSDKMaskHelper.h.

◆ cy

- (CGFloat) cy
readwritenonatomicassign

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

Definition at line 47 of file ZoomVideoSDKMaskHelper.h.

◆ left

- (CGFloat) left
readwritenonatomicassign

The left margin. For rectangle and oval.

Definition at line 22 of file ZoomVideoSDKMaskHelper.h.

◆ radius

- (CGFloat) radius
readwritenonatomicassign

The radius of the circle to be drawn.

Definition at line 52 of file ZoomVideoSDKMaskHelper.h.

◆ right

- (CGFloat) right
readwritenonatomicassign

The right margin. For rectangle and oval.

Definition at line 32 of file ZoomVideoSDKMaskHelper.h.

◆ shape

- (ZoomVideoSDKMaskShape) shape
readwritenonatomicassign

Definition at line 18 of file ZoomVideoSDKMaskHelper.h.

◆ top

- (CGFloat) top
readwritenonatomicassign

The top margin. For rectangle and oval.

Definition at line 27 of file ZoomVideoSDKMaskHelper.h.