XFINIUM.PDF Documentation
X1 Property (PdfCCurveToOperator)



Xfinium.Pdf.Graphics.Operators Namespace > PdfCCurveToOperator Class : X1 Property
Gets or sets the X coordinate of the first control point.
Syntax
'Declaration
 
Public Property X1 As Double
'Usage
 
Dim instance As PdfCCurveToOperator
Dim value As Double
 
instance.X1 = value
 
value = instance.X1
public double X1 {get; set;}
public:
property double X1 {
   double get();
   void set (    double value);
}

Property Value

The X coordinate of the first control point.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfCCurveToOperator Class
PdfCCurveToOperator Members