Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

RegionContourPointsCommand Constructor(RasterRegionXForm)








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
public RegionContourPointsCommand( 
   RasterRegionXForm xForm
)
'Declaration
 
Public Function New( _
   ByVal xForm As RasterRegionXForm _
)
'Usage
 
Dim xForm As RasterRegionXForm
 
Dim instance As New RegionContourPointsCommand(xForm)
public RegionContourPointsCommand( 
   RasterRegionXForm xForm
)
function RegionContourPointsCommand( 
   xForm 
)
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
Refer to RegionContourPointsCommand.
Requirements

Target Platforms

See Also

Reference

RegionContourPointsCommand Class
RegionContourPointsCommand Members
Overload List

Error processing SSI file