[]
Gets the relative location of the shape adjust handle.
public Point GetLocation(double zoomFactor)
Public Function GetLocation(zoomFactor As Double) As Point
Type | Name | Description |
---|---|---|
double | zoomFactor | The zoom scale of spread view. |
Type | Description |
---|---|
Point | A GrapeCity.Drawing.Point value. |
[0, 0] is the upper-left corner of the shape.
Gets the relative location of the shape adjust handle.
public Point GetLocation(double newVal1, double newVal2)
Public Function GetLocation(newVal1 As Double, newVal2 As Double) As Point
Type | Name | Description |
---|---|---|
double | newVal1 | The value |
double | newVal2 | The value |
Type | Description |
---|---|
Point | A GrapeCity.Drawing.Point value. |