'Declaration
Public Function GetTile( _
ByVal scale As System.Double, _
ByVal x As System.Integer, _
ByVal y As System.Integer, _
ByVal width As System.Integer, _
ByVal height As System.Integer, _
ByVal requestedFileType As System.String _
) As System.IO.Stream
'Usage
Dim instance As Page
Dim scale As System.Double
Dim x As System.Integer
Dim y As System.Integer
Dim width As System.Integer
Dim height As System.Integer
Dim requestedFileType As System.String
Dim value As System.IO.Stream
value = instance.GetTile(scale, x, y, width, height, requestedFileType)
public System.IO.Stream GetTile(
System.double scale,
System.int x,
System.int y,
System.int width,
System.int height,
System.string requestedFileType
)
public function GetTile(
scale: System.Double;
x: System.Integer;
y: System.Integer;
width: System.Integer;
height: System.Integer;
requestedFileType: System.String
): System.IO.Stream;
public function GetTile(
scale : System.double,
x : System.int,
y : System.int,
width : System.int,
height : System.int,
requestedFileType : System.String
) : System.IO.Stream;
public: System.IO.Stream* GetTile(
System.double scale,
System.int x,
System.int y,
System.int width,
System.int height,
System.string* requestedFileType
)
public:
System.IO.Stream^ GetTile(
System.double scale,
System.int x,
System.int y,
System.int width,
System.int height,
System.String^ requestedFileType
)