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);
            }