Scales the shape.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Scale(
int scaleWidth,
int scaleHeight
)
Sub Scale (
scaleWidth As Integer,
scaleHeight As Integer
)
void Scale(
int scaleWidth,
int scaleHeight
)
abstract Scale :
scaleWidth : int *
scaleHeight : int -> unit
Parameters
-
scaleWidth
-
Type:
System
Int32
Width scale in percents.
-
scaleHeight
-
Type:
System
Int32
Height scale in percents.
See Also