Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public override ECPoint CreatePoint( BigInteger X1, BigInteger Y1, bool withCompression ) |
| Visual Basic |
|---|
Public Overrides Function CreatePoint ( _ X1 As BigInteger, _ Y1 As BigInteger, _ withCompression As Boolean _ ) As ECPoint |
| Visual C++ |
|---|
public: virtual ECPoint^ CreatePoint( BigInteger^ X1, BigInteger^ Y1, bool withCompression ) override |
Parameters
- withCompression
- Type: System..::..Boolean