setFillType abstract method

Future<ResultCode> setFillType(
  1. WBFillType type
)

Set the whiteboard fill type.

Parameter type WBFillType enum type.

Returns

设置白板填充类型。

Parameter type WBFillType 枚举类型。

Returns

Implementation

Future<ResultCode> setFillType(WBFillType type);