System.Windows.Forms.HexBox.StringKeyInterpreter.GetCaretPointF C# (CSharp) Метод

GetCaretPointF() публичный Метод

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
Результат System.Drawing.PointF
            public override PointF GetCaretPointF(long byteIndex)
            {
                Point gp = _hexBox.GetGridBytePoint(byteIndex);
                return _hexBox.GetByteStringPointF(gp);
            }