GIRasterImageDefaultResolution Method
|
Retrieves the default image resolution in
pixels per unit of this GIRasterImage object.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Units DefaultResolution(
double xPelsPerUnit,
double yPelsPerUnit
)
Public Function DefaultResolution (
<OutAttribute> xPelsPerUnit As Double,
<OutAttribute> yPelsPerUnit As Double
) As Units
public:
Units DefaultResolution(
[OutAttribute] double xPelsPerUnit,
[OutAttribute] double yPelsPerUnit
)
member DefaultResolution :
xPelsPerUnit : float byref *
yPelsPerUnit : float byref -> Units
Parameters
- xPelsPerUnit Double
- [out] Receives the pixels per unit value (x direction).
- yPelsPerUnit Double
- [out] Receives the pixels per unit value (y direction).
Return Value
Units
Units that are used to measure image dimensions.
See Also