System.Windows.Forms.HexBox.GetBytePointF C# (CSharp) Method

GetBytePointF() private method

private GetBytePointF ( long byteIndex ) : PointF
byteIndex long
return System.Drawing.PointF
        PointF GetBytePointF(long byteIndex)
        {
            Point gp = GetGridBytePoint(byteIndex);

            return GetBytePointF(gp);
        }

Same methods

HexBox::GetBytePointF ( Point gp ) : PointF