Property | Type | Description | |
---|---|---|---|
Empty |
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.
|
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 |