public PointD GetPhysicalDimensionOfImage( string strFileName )
public: PointD GetPhysicalDimensionOfImage( String^ strFileName )
Parameters
- strFileName
- Path to file.
Return Value
Eplan.EplApi.Base.PointD - height and width of the bitmap in pixels.
public PointD GetPhysicalDimensionOfImage( string strFileName )
public: PointD GetPhysicalDimensionOfImage( String^ strFileName )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strFileName is null . |
Eplan.EplApi.Base.BaseException | Thrown when dimension cannot be read |