Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also