LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also