|
GetX
|
The GetX method returns the X, or horizontal, location of the underlying object. This method is called by the X property and should return the same value stored there by the SetX method.
|
|
GetY
|
The GetX method returns the Y, or vertical, location of the underlying object. This method is called by the Y property and should return the same value stored there by the SetY method.
|
|
GetZ
|
The GetZ method returns the Z, or depth, location of the underlying object. This method is called by the Z property and should return the same value stored there by the SetZ method.
|
|
get_X
|
The GetX method returns the X, or horizontal, location of the underlying object. This method is called by the X property and should return the same value stored there by the SetX method.
|
|
get_Y
|
The GetX method returns the Y, or vertical, location of the underlying object. This method is called by the Y property and should return the same value stored there by the SetY method.
Note
|
Required by VCL.Net
|
|
|
get_Z
|
The GetZ method returns the Z, or depth, location of the underlying object. This method is called by the Z property and should return the same value stored there by the SetZ method.
Note
|
Required by VCL.Net
|
|
|
SetX(Integer)
|
Stores the Value in the X, or horizontal, location for the underlying object. This method is called by the X property and should store the value in the same place that the GetX method retrieves from.
|
|
SetXYZ(Integer,Integer,Integer)
|
The SetXYZ method sets the coordinates for the location all at once.
|
|
SetY(Integer)
|
Stores the Value in the Y, or vertical, location for the underlying object. This method is called by the Y property and should store the value in the same place that the GetY method retrieves from.
|
|
SetZ(Integer)
|
Stores the Value in the Z, or depth, location for the underlying object. This method is called by the Z property and should store the value in the same place that the GetZ method retrieves from.
|
|
set_X(Integer)
|
Stores the Value in the X, or horizontal, location for the underlying object. This method is called by the X property and should store the value in the same place that the GetX method retrieves from.
Note
|
Required by VCL.Net
|
|
|
set_Y(Integer)
|
Stores the Value in the Y, or vertical, location for the underlying object. This method is called by the Y property and should store the value in the same place that the GetY method retrieves from.
Note
|
Required by VCL.Net
|
|
|
set_Z(Integer)
|
Stores the Value in the Z, or depth, location for the underlying object. This method is called by the Z property and should store the value in the same place that the GetZ method retrieves from.
Note
|
Required by VCL.Net
|
|