GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Drawing 名前空間 > WorksheetDrawing クラス : GetDistance メソッド |
'Declaration
Public Sub GetDistance( _ ByRef anchorPoint As AnchorPoint, _ ByRef targetPoint As AnchorPoint, _ ByRef width As Double, _ ByRef height As Double, _ Optional ByVal scaleX As Double, _ Optional ByVal scaleY As Double _ )
public void GetDistance( ref AnchorPoint anchorPoint, ref AnchorPoint targetPoint, out double width, out double height, double scaleX, double scaleY )