[]
        
(Showing Draft Content)

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

PointFieldToContainer Method

PointFieldToContainer(Point)

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

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

The field coordinate Point to convert.

Returns
Type Description
Point

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

Remarks

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