GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > WorksheetDrawing クラス > GetRectangle メソッド : GetRectangle(WindowsGraphics,DrawingObject,Double,Double,Boolean) メソッド |
'Declaration
Public Overloads Function GetRectangle( _ ByVal graphics As WindowsGraphics, _ ByVal shape As DrawingObject, _ ByVal scaleX As Double, _ ByVal scaleY As Double, _ ByVal getOriginBounds As Boolean _ ) As Rectangle
public Rectangle GetRectangle( WindowsGraphics graphics, DrawingObject shape, double scaleX, double scaleY, bool getOriginBounds )