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 abstract ECPoint CreatePoint( BigInteger x, BigInteger y, bool withCompression ) |
Visual Basic |
---|
Public MustOverride Function CreatePoint ( _ x As BigInteger, _ y As BigInteger, _ withCompression As Boolean _ ) As ECPoint |
Visual C++ |
---|
public: virtual ECPoint^ CreatePoint( BigInteger^ x, BigInteger^ y, bool withCompression ) abstract |
Parameters
- withCompression
- Type: System..::..Boolean