VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / CompositeAnnotationData Class / SetLocationAndSize(PointF,SizeF,PointF,SizeF) Method
Syntax Requirements SeeAlso
In This Topic
    SetLocationAndSize(PointF,SizeF,PointF,SizeF) Method (CompositeAnnotationData)
    In This Topic
    Sets the location and size of the annotation.
    Syntax
    'Declaration
    
    Public Sub SetLocationAndSize( _
    ByVal oldLocation
    The old location of annotation.
    As System.Drawing.PointF, _
    ByVal newLocation
    The new location of annotation.
    As System.Drawing.SizeF, _
    ByVal oldSize
    The old size of annotation.
    As System.Drawing.PointF, _
    ByVal newSize
    The new size of annotation.
    As System.Drawing.SizeF _
    )
    public void SetLocationAndSize(
    System.Drawing.PointF oldLocation,
    System.Drawing.SizeF newLocation,
    System.Drawing.PointF oldSize,
    System.Drawing.SizeF newSize
    )
    public: void SetLocationAndSize(
    System.Drawing.PointF oldLocation,
    System.Drawing.SizeF* newLocation,
    System.Drawing.PointF oldSize,
    System.Drawing.SizeF* newSize
    )
    public:
    void SetLocationAndSize(
    System.Drawing.PointF oldLocation,
    System.Drawing.SizeF^ newLocation,
    System.Drawing.PointF oldSize,
    System.Drawing.SizeF^ newSize
    )

    Parameters

    oldLocation
    The old location of annotation.
    newLocation
    The new location of annotation.
    oldSize
    The old size of annotation.
    newSize
    The new size of annotation.
    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