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