Click or drag to resize

StiComponentComponentToPage Method

Overload List
  NameDescription
Public methodComponentToPage(Double)
Converts a value from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Public methodComponentToPage(PointD)
Converts a point from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Public methodComponentToPage(RectangleD)
Converts a rectangle from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Top
See Also