[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.PointToSection

PointToSection Method

PointToSection(object, Point)

Translates a point from designer coordinates to coordinates relative to a specified section.

Declaration
public Point PointToSection(object section, Point point)
Parameters
Type Name Description
object section

The section to which the point's coordinates will be translated. Must not be null.

Point point

The point in designer coordinates that needs to be translated.

Returns
Type Description
Point

A Point representing the translated coordinates within the context of the specified section.

Exceptions
Type Condition
NullReferenceException

Thrown if the section parameter is null.