public Emulator(
string imageResourceName,
Point screenPoint,
Size screenSize,
Orientation orientation,
string scale
)
public Emulator(
string imageResourceName,
Point screenPoint,
Size screenSize,
Orientation orientation,
string scale
)
Public Sub New (
imageResourceName As String,
screenPoint As Point,
screenSize As Size,
orientation As Orientation,
scale As String
)
Public Sub New (
imageResourceName As String,
screenPoint As Point,
screenSize As Size,
orientation As Orientation,
scale As String
)
public:
Emulator(
String^ imageResourceName,
Point screenPoint,
Size screenSize,
Orientation orientation,
String^ scale
)
public:
Emulator(
String^ imageResourceName,
Point screenPoint,
Size screenSize,
Orientation orientation,
String^ scale
)
new :
imageResourceName : string *
screenPoint : Point *
screenSize : Size *
orientation : Orientation *
scale : string -> Emulator
new :
imageResourceName : string *
screenPoint : Point *
screenSize : Size *
orientation : Orientation *
scale : string -> Emulator