GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ShapeActionsCommand クラス : ChangeSize メソッド |
'Declaration
Public Shared Function ChangeSize( _ ByVal drawingObjects() As Shape, _ ByVal isWidthChange As Boolean, _ ByVal value As Double _ ) As ShapeActionsCommand
public static ShapeActionsCommand ChangeSize( Shape[] drawingObjects, bool isWidthChange, double value )