GetXYRect method

Stores the x-axis and y-axis bounds into the specified rectangle.

Syntax

object.GetXYRect(xyRect);

Parameters

  • xyRect [out, ref]
    Type: RECT

    Location of a RECT structure to store the x-axis and y-axis bounds.

Return value

This method does not return a value.