Initializes a new instance of the F2mPoint class

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

Syntax

C#
public F2mPoint(
	ECCurve curve,
	ECFieldElement x,
	ECFieldElement y
)
Visual Basic
Public Sub New ( _
	curve As ECCurve, _
	x As ECFieldElement, _
	y As ECFieldElement _
)
Visual C++
public:
F2mPoint(
	ECCurve^ curve, 
	ECFieldElement^ x, 
	ECFieldElement^ y
)

See Also