VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / ImageScalingCommand Class / ImageScalingCommand Constructors / ImageScalingCommand Constructor(Double,Double)
Syntax Requirements SeeAlso
In This Topic
    ImageScalingCommand Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the ImageScalingCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal scaleX
    The image scale at X axis.
    As Double, _
    ByVal scaleY
    The image scale at Y axis.
    As Double _
    )
    public ImageScalingCommand(
    double scaleX,
    double scaleY
    )
    public: ImageScalingCommand(
    double scaleX,
    double scaleY
    )
    public:
    ImageScalingCommand(
    double scaleX,
    double scaleY
    )

    Parameters

    scaleX
    The image scale at X axis.
    scaleY
    The image scale at Y axis.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also