Be.Windows.Forms.HexBox.SelectionStruct.SelectionStruct C# (CSharp) 메소드

SelectionStruct() 공개 메소드

public SelectionStruct ( long SelectionStart, long SelectionEnd, Color ForeColor ) : System
SelectionStart long
SelectionEnd long
ForeColor Color
리턴 System
            public SelectionStruct(long SelectionStart, long SelectionEnd, Color ForeColor)
            {
                this.selectionStart = SelectionStart;
                this.selectionEnd = SelectionEnd;
                this.foreColor = ForeColor;
            }
HexBox.SelectionStruct