WNafPreCompInfo public class WNafPreCompInfo : PreCompInfo Documentation Code protected int m_confWidth protected ECPoint[] m_preComp protected ECPoint[] m_preCompNeg protected ECPoint m_twice protected int m_width public virtual int ConfWidth { get; set; } public virtual bool IsPromoted { get; } public virtual ECPoint[] PreComp { get; set; } public virtual ECPoint[] PreCompNeg { get; set; } public virtual ECPoint Twice { get; set; } public virtual int Width { get; set; } public WNafPreCompInfo()