GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ShapeActionsCommand クラス : Crop メソッド |
'Declaration
Public Shared Function Crop( _ ByVal croppingPicture As Picture, _ ByVal shapeRect As Rectangle, _ ByVal sourceImageRect As Rectangle, _ ByVal newShapeRect As Rectangle, _ ByVal newSourceImageRect As Rectangle, _ ByVal horizontalFlip As Boolean _ ) As ShapeActionsCommand
public static ShapeActionsCommand Crop( Picture croppingPicture, Rectangle shapeRect, Rectangle sourceImageRect, Rectangle newShapeRect, Rectangle newSourceImageRect, bool horizontalFlip )