RegionOffset Property

Summary

Gets or sets the offset of the requested region.

Syntax
C#
VB
C++
public LeadPoint RegionOffset { get; set; } 
  
Public Property RegionOffset As LeadPoint 
public: 
property LeadPoint RegionOffset { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

Identifies the upper left hand corner (offset) of the spatial region associated with the requested view window. The default value is Leadtools.LeadPoint.Empty

Remarks

This field is valid only when the FrameSize field is present.

Use this field to specify the displacement of the region of interest (ROI) for the requested image.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly