[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.PointContainerToField

PointContainerToField Method

PointContainerToField(Point)

Computes the location of the specified container point into field coordinates.

Declaration
public Point PointContainerToField(Point point)
Public Function PointContainerToField(point As Point) As Point
Parameters
Type Name Description
Point point

The container coordinate Point to convert.

Returns
Type Description
Point

A Point that represents the converted Point, p, in field coordinates.

Remarks

This method converts the point in the container coordinates to a new point in the field coordinates.