GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > WorksheetDrawing クラス : GetPreviewResizeRectangle メソッド |
'Declaration
Public Function GetPreviewResizeRectangle( _ ByVal activeDrawingObject As DrawingObject, _ ByVal drawingObject As DrawingObject, _ ByVal drawingRect As Rectangle, _ ByVal resizeAnchor As ResizeAnchor, _ ByVal resizeRatio As Size, _ ByVal inflate As Boolean, _ Optional ByVal updateLocation As Boolean _ ) As Rectangle
public Rectangle GetPreviewResizeRectangle( DrawingObject activeDrawingObject, DrawingObject drawingObject, Rectangle drawingRect, ResizeAnchor resizeAnchor, Size resizeRatio, bool inflate, bool updateLocation )