C# Class Scenarioo.Model.Docu.Entities.ScreenRegion

Show file Open project: scenarioo/scenarioo-cs Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ScreenRegion ( ) : System
ScreenRegion ( int x, int y, int width, int height ) : System

Method Details

ScreenRegion() public method

public ScreenRegion ( ) : System
return System

ScreenRegion() public method

public ScreenRegion ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System