<< Click to Display Table of Contents >> NShape Reference
|
Transforms a relative position into absolute coordinates.
public abstract Point CalculateAbsolutePosition( |
Use this function to know where the relative position is actually located. The relative position must be obtained by the same shape through CalculateRelativePosition.
Name |
Description |
---|---|
relativePosition |
Specifies a relative position for this shape. |
Absolute coordinates of the point defined by relativePosition.
Name |
Description |
---|---|
ArgumentException |
relativePosition is not a valid relative position for the shape instance. |