System.Windows.Forms.HexBox.StringKeyInterpreter.GetCaretPointF C# (CSharp) Méthode

GetCaretPointF() public méthode

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
Résultat System.Drawing.PointF
            public override PointF GetCaretPointF(long byteIndex)
            {
                Point gp = _hexBox.GetGridBytePoint(byteIndex);
                return _hexBox.GetByteStringPointF(gp);
            }