OssImageArguments class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
blur(
int r, int s) → OssImageArguments -
设置模糊效果
r
设置模糊半径,1,50
该值越大,图片越模糊。s
设置正态分布的标准差,1,50
该值越大,图片越模糊。 -
builder(
) → OssImageArguments -
circle(
int? radius) → OssImageArguments - 内切圆
-
corners(
int? radius) → OssImageArguments - 圆角
-
format(
ImageFormat format) → OssImageArguments - 图片格式转换
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resizeH(
int? height) → OssImageArguments - 图片按高度等比缩放
-
resizeW(
int? width) → OssImageArguments - 图片按宽等比缩放
-
toBuffer(
) → StringBuffer -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited