C# Class Ghostscript.NET.GhostscriptRectangle

Stores a set of four float values that represent lower-left and upper-right corner of rectangle.
Mostrar archivo Open project: jhabjan/Ghostscript.NET

Public Properties

Property Type Description
Empty GhostscriptRectangle

Public Methods

Method Description
GhostscriptRectangle ( ) : System

Initializes a new instance of the Ghostscript.NET.GhostscriptRectangle class.

GhostscriptRectangle ( float llx, float lly, float urx, float ury ) : System

Initializes a new instance of the Ghostscript.NET.GhostscriptRectangle class.

Method Details

GhostscriptRectangle() public method

Initializes a new instance of the Ghostscript.NET.GhostscriptRectangle class.
public GhostscriptRectangle ( ) : System
return System

GhostscriptRectangle() public method

Initializes a new instance of the Ghostscript.NET.GhostscriptRectangle class.
public GhostscriptRectangle ( float llx, float lly, float urx, float ury ) : System
llx float Lower-left x.
lly float Lower-left y.
urx float Upper-right x.
ury float Upper-right y.
return System

Property Details

Empty public_oe static_oe property

public static GhostscriptRectangle,Ghostscript.NET Empty
return GhostscriptRectangle