LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
XForm Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > RegionContourPointsCommand Class : XForm Property



Gets or sets a RasterRegionXForm object used to translate between display coordinates and image coordinates.

Syntax

Visual Basic (Declaration) 
Public Property XForm As RasterRegionXForm
Visual Basic (Usage)Copy Code
Dim instance As RegionContourPointsCommand
Dim value As RasterRegionXForm
 
instance.XForm = value
 
value = instance.XForm
C# 
public RasterRegionXForm XForm {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also