System.Windows.Forms.HexBox.EmptyKeyInterpreter.GetCaretPointF C# (CSharp) Method

GetCaretPointF() public method

public GetCaretPointF ( long byteIndex ) : PointF
byteIndex long
return System.Drawing.PointF
            public PointF GetCaretPointF(long byteIndex)
            {
                return new PointF ();
            }