Gets or sets the second point.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Point p2 { get; set; }
Public Property p2 As Point
Get
Set
public:
virtual property Point^ p2 {
Point^ get () sealed;
void set (Point^ value) sealed;
}
function get_p2();
function set_p2(value);
Property Value
Type:
PointSee Also