VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / PaddingF Structure / PaddingF Constructors / PaddingF Constructor(Single,Single,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    PaddingF Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the PaddingF structure.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal left
    The padding size, in pixels, for the left edge.
    As Single, _
    ByVal top
    The padding size, in pixels, for the top edge.
    As Single, _
    ByVal right
    The padding size, in pixels, for the right edge.
    As Single, _
    ByVal bottom
    The padding size, in pixels, for the bottom edge.
    As Single _
    )
    public PaddingF(
    float left,
    float top,
    float right,
    float bottom
    )
    public: PaddingF(
    float left,
    float top,
    float right,
    float bottom
    )
    public:
    PaddingF(
    float left,
    float top,
    float right,
    float bottom
    )

    Parameters

    left
    The padding size, in pixels, for the left edge.
    top
    The padding size, in pixels, for the top edge.
    right
    The padding size, in pixels, for the right edge.
    bottom
    The padding size, in pixels, for the bottom edge.
    Requirements

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

    See Also