UITechnologyElementProxy.GetBoundingRectangle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void GetBoundingRectangle([Runtime::InteropServices::Out] int % left, [Runtime::InteropServices::Out] int % top, [Runtime::InteropServices::Out] int % width, [Runtime::InteropServices::Out] int % height);
public override void GetBoundingRectangle(out int left, out int top, out int width, out int height);
override this.GetBoundingRectangle : int * int * int * int -> unit
Public Overrides Sub GetBoundingRectangle (ByRef left As Integer, ByRef top As Integer, ByRef width As Integer, ByRef height As Integer)
Parameters
- left
- Int32
- top
- Int32
- width
- Int32
- height
- Int32