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