[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.ShapeAdjustHandle.GetLocation

GetLocation Method

GetLocation(double)

Gets the relative location of the shape adjust handle.

Declaration
public Point GetLocation(double zoomFactor)
Public Function GetLocation(zoomFactor As Double) As Point
Parameters
Type Name Description
double zoomFactor

The zoom scale of spread view.

Returns
Type Description
Point

A GrapeCity.Drawing.Point value.

Remarks

[0, 0] is the upper-left corner of the shape.

GetLocation(double, double)

Gets the relative location of the shape adjust handle.

Declaration
public Point GetLocation(double newVal1, double newVal2)
Public Function GetLocation(newVal1 As Double, newVal2 As Double) As Point
Parameters
Type Name Description
double newVal1

The value

double newVal2

The value

Returns
Type Description
Point

A GrapeCity.Drawing.Point value.