Method sdimap
sdimap(Int32, Int32, Int32, Int32, Double, Double)
plsdimap: Set up transformation from metafile coordinates
Declaration
public static void sdimap(Int32 dimxmin, Int32 dimxmax, Int32 dimymin, Int32 dimymax, Double dimxpmm, Double dimypmm)
Parameters
Type | Name | Description |
---|---|---|
Int32 | dimxmin | NEEDS DOCUMENTATION |
Int32 | dimxmax | NEEDS DOCUMENTATION |
Int32 | dimymin | NEEDS DOCUMENTATION |
Int32 | dimymax | NEEDS DOCUMENTATION |
Double | dimxpmm | NEEDS DOCUMENTATION |
Double | dimypmm | NEEDS DOCUMENTATION |
Remarks
Set up transformation from metafile coordinates. The size of the plot is scaled so as to preserve aspect ratio. This isn't intended to be a general-purpose facility just yet (not sure why the user would need it, for one).