System.Windows.Forms.HexBox.EmptyKeyInterpreter.GetCaretPointF C# (CSharp) 메소드

GetCaretPointF() 공개 메소드

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