GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > WorksheetDrawing クラス : MinMaxAnchorPoints メソッド |
'Declaration
Public Sub MinMaxAnchorPoints( _ ByVal drawingObjects() As DrawingObject, _ ByVal length As Integer, _ ByRef minX As Double, _ ByRef minY As Double, _ ByRef maxX As Double, _ ByRef maxY As Double, _ Optional ByVal displayFormulas As Boolean, _ Optional ByVal zoomFactor As Double, _ Optional ByVal isRightToLeft As Boolean _ )
public void MinMaxAnchorPoints( DrawingObject[] drawingObjects, int length, out double minX, out double minY, out double maxX, out double maxY, bool displayFormulas, double zoomFactor, bool isRightToLeft )