Share via


HtmlFont.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Object class.

newmethod(String)
newmethod(String, Int32)
newmethod(String, Int32, Int32)
newmethod(String, Int32, Int32, Int32)
newmethod(String, Int32, Int32, Int32, Int32)

newmethod()

Initializes a new instance of the Object class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(String)

public:
 void newmethod(System::String ^ text1);
public void newmethod (string text1);
override this.newmethod : string -> unit
Public Sub newmethod (text1 As String)

Parameters

text1
String

Applies to

newmethod(String, Int32)

public:
 void newmethod(System::String ^ text1, int num1);
public void newmethod (string text1, int num1);
override this.newmethod : string * int -> unit
Public Sub newmethod (text1 As String, num1 As Integer)

Parameters

text1
String
num1
Int32

Applies to

newmethod(String, Int32, Int32)

public:
 void newmethod(System::String ^ text1, int num1, int num2);
public void newmethod (string text1, int num1, int num2);
override this.newmethod : string * int * int -> unit
Public Sub newmethod (text1 As String, num1 As Integer, num2 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32

Applies to

newmethod(String, Int32, Int32, Int32)

public:
 void newmethod(System::String ^ text1, int num1, int num2, int num3);
public void newmethod (string text1, int num1, int num2, int num3);
override this.newmethod : string * int * int * int -> unit
Public Sub newmethod (text1 As String, num1 As Integer, num2 As Integer, num3 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32
num3
Int32

Applies to

newmethod(String, Int32, Int32, Int32, Int32)

public:
 void newmethod(System::String ^ _TypeFace, int _PointSize, int _Style, int _TextColor, int _BackColor);
public void newmethod (string _TypeFace, int _PointSize, int _Style, int _TextColor, int _BackColor);
override this.newmethod : string * int * int * int * int -> unit
Public Sub newmethod (_TypeFace As String, _PointSize As Integer, _Style As Integer, _TextColor As Integer, _BackColor As Integer)

Parameters

_TypeFace
String
_PointSize
Int32
_Style
Int32
_TextColor
Int32
_BackColor
Int32

Applies to