C# Class CSReportEditor.Rectangle

Mostra file Open project: javiercrowsoft/CSReports.net

Public Properties

Property Type Description
height long
width long

Public Methods

Method Description
Rectangle ( RectangleF rect ) : System

Method Details

Rectangle() public method

public Rectangle ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

Property Details

height public_oe property

public long height
return long

width public_oe property

public long width
return long