LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

XForm Property

Show in webframe







Gets or sets a RasterRegionXForm object used to translate between display coordinates and image coordinates.
Syntax
public RasterRegionXForm XForm {get; set;}
'Declaration
 
Public Property XForm As RasterRegionXForm
'Usage
 
Dim instance As RegionContourPointsCommand
Dim value As RasterRegionXForm
 
instance.XForm = value
 
value = instance.XForm
public RasterRegionXForm XForm {get; set;}

            

            
 
get_XForm();
set_XForm(value);
Object.defineProperty('XForm');
public:
property RasterRegionXForm^ XForm {
   RasterRegionXForm^ get();
   void set (    RasterRegionXForm^ value);
}

Property Value

RasterRegionXForm object used to translate between display coordinates and image coordinates. If you specify null in this property, the scalar value defaults to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.
Example
Refer to RegionContourPointsCommand.
Requirements

Target Platforms

See Also

Reference

RegionContourPointsCommand Class
RegionContourPointsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.