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