VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ResizeCanvasRequestParams Class / imagePosition Property
Syntax Requirements SeeAlso
In This Topic
    imagePosition Property (ResizeCanvasRequestParams)
    In This Topic
    Gets or sets an image position on new canvas.
    Syntax
    'Declaration
    
    Public Property imagePosition As Vintasoft.Shared.Web.WebPoint
    
    
    public Vintasoft.Shared.Web.WebPoint imagePosition { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPoint* get_imagePosition();
    public: __property void set_imagePosition(
    Vintasoft.Shared.Web.WebPoint* value
    );
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also