VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / RenderImageTileRequestParams Class / imagePoint Property
Syntax Requirements SeeAlso
In This Topic
    imagePoint Property (RenderImageTileRequestParams)
    In This Topic
    Gets or sets the left top point of rectangle on source image.
    Syntax
    'Declaration
    
    Public Property imagePoint As Vintasoft.Shared.Web.WebPointF
    
    
    public Vintasoft.Shared.Web.WebPointF imagePoint { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF* get_imagePoint();
    public: __property void set_imagePoint(
    Vintasoft.Shared.Web.WebPointF* value
    );
    Requirements

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

    See Also