Gets the dimensions and position of this control.
Syntax
Visual Basic (Declaration) | |
---|
Sub GetPosition( _
ByRef plX As System.Integer, _
ByRef plY As System.Integer, _
ByRef plWidth As System.Integer, _
ByRef plHeight As System.Integer _
) |
C# | |
---|
void GetPosition(
out System.int plX,
out System.int plY,
out System.int plWidth,
out System.int plHeight
) |
C++/CLI | |
---|
void GetPosition(
& [Out] System.int plX,
& [Out] System.int plY,
& [Out] System.int plWidth,
& [Out] System.int plHeight
) |
Parameters
- plX
- X-coordinate of the top-left corner of the control
- plY
- Y-coordinate of the top-left corner of the control
- plWidth
- Width of the control in pixels
- plHeight
- Height of the control in pixels
Example
Remarks
See Also
Availability
SOLIDWORKS Enterprise PDM Version 5.2