API Help
Eplan.EplApi.DataModel.Graphics Namespace / Image Class / PhysicalDimension Property

In This Topic
    PhysicalDimension Property
    In This Topic
    Returns size of the bitmap in points.
    Syntax
    public PointD PhysicalDimension {get;}
    public:
    property PointD PhysicalDimension {
       PointD get();
    }

    Property Value

    Eplan.EplApi.Base.PointD - height and width of the bitmap in points.
    Exceptions
    ExceptionDescription
    Thrown when dimension cannot be read
    See Also