Smrf.NodeXL.ExcelTemplate.SaveGraphImageFileDialog.ToWpsUnits C# (CSharp) Method

ToWpsUnits() protected method

protected ToWpsUnits ( Int32 iHeightOrWidth ) : Double
iHeightOrWidth System.Int32
return Double
    ToWpsUnits
    (
        Int32 iHeightOrWidth
    )
    {
        AssertValid();

        return ( iHeightOrWidth * (96.0 / 100.0) );
    }