Initializes a new instance of the ECPoint class

Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected internal ECPoint(
	ECCurve curve,
	ECFieldElement x,
	ECFieldElement y,
	bool withCompression
)
Visual Basic
Protected Friend Sub New ( _
	curve As ECCurve, _
	x As ECFieldElement, _
	y As ECFieldElement, _
	withCompression As Boolean _
)
Visual C++
protected public:
ECPoint(
	ECCurve^ curve, 
	ECFieldElement^ x, 
	ECFieldElement^ y, 
	bool withCompression
)

See Also