Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RegionContourPointsCommand Constructor(RasterRegionXForm)
See Also 
Leadtools.ImageProcessing.Effects Namespace > RegionContourPointsCommand Class > RegionContourPointsCommand Constructor : RegionContourPointsCommand Constructor(RasterRegionXForm)



xForm
RasterRegionXForm object that contains information used to translate between display coordinates and image coordinates. If you specify null in this parameter, the scalar value defaults to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.
Initializes a new RegionContourPointsCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xForm As RasterRegionXForm _
)
Visual Basic (Usage)Copy Code
Dim xForm As RasterRegionXForm
 
Dim instance As RegionContourPointsCommand(xForm)
C# 
public RegionContourPointsCommand( 
   RasterRegionXForm xForm
)
C++/CLI 
public:
RegionContourPointsCommand( 
   RasterRegionXForm xForm
)

Parameters

xForm
RasterRegionXForm object that contains information used to translate between display coordinates and image coordinates. If you specify null in this parameter, 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