GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > Shape クラス > CalculateRect メソッド : CalculateRect(WindowsGraphics,DrawingObject,Rectangle,Boolean,Boolean) メソッド |
'Declaration
Public Overloads Function CalculateRect( _ ByVal graphics As WindowsGraphics, _ ByVal childDrawingObj As DrawingObject, _ ByVal rect As Rectangle, _ ByVal skipFlip As Boolean, _ Optional ByVal skipRotate As Boolean _ ) As Rectangle
public Rectangle CalculateRect( WindowsGraphics graphics, DrawingObject childDrawingObj, Rectangle rect, bool skipFlip, bool skipRotate )