2#ifndef _aspose_system_windows_forms_screen_h_
3#define _aspose_system_windows_forms_screen_h_
6#include "system/object.h"
7#include "drawing/size.h"
9namespace System {
namespace Windows {
namespace Forms {
28 ASPOSECPP_SHARED_API
Rectangle_(
int x,
int y,
int width,
int height);
31 inline int get_X()
const {
return m_x; }
34 inline int get_Y()
const {
return m_y; }
67 Screen(
int x,
int y,
int width,
int height);
68 MEMBER_FUNCTION_MAKE_OBJECT(
Screen, CODEPORTING_ARGS(
int x,
int y,
int width,
int height), CODEPORTING_ARGS(x, y, width, height));
Represents a pair of integer values that represent width and height of an image. This type should be ...
Definition: size.h:14
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9