System.Windows.Forms.HexBox.EmptyKeyInterpreter.GetCaretPointF C# (CSharp) Méthode

GetCaretPointF() public méthode

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