VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePoints Class / Translate(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    Translate(Single,Single) Method (GraphicsFigurePoints)
    In This Topic
    Applies the specified translation vector (offsetX and offsetY) to the reference points.
    Syntax
    'Declaration
    
    Public Sub Translate( _
    ByVal offsetX
    The offset on X axis.
    As Single, _
    ByVal offsetY
    The offset on Y axis.
    As Single _
    )
    public void Translate(
    float offsetX,
    float offsetY
    )
    public: void Translate(
    float offsetX,
    float offsetY
    )
    public:
    void Translate(
    float offsetX,
    float offsetY
    )

    Parameters

    offsetX
    The offset on X axis.
    offsetY
    The offset on Y axis.
    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