ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BorderRadiusExtension Class / _getCssPixelValueWithRatio Method

In This Topic
    _getCssPixelValueWithRatio Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getCssPixelValueWithRatio( _
       ByVal option As IValueOption, _
       ByVal pixel As Double, _
       ByVal ratio As Double _
    ) As Double
    public static double _getCssPixelValueWithRatio( 
       IValueOption option,
       double pixel,
       double ratio
    )

    Parameters

    option
    pixel
    ratio
    See Also