Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegion Class > FromCurve Method : FromCurve(RasterRegionXForm,RasterCurve) Method |
public static RasterRegion FromCurve( RasterRegionXForm xform, RasterCurve curve )
'Declaration
Public Overloads Shared Function FromCurve( _ ByVal xform As RasterRegionXForm, _ ByVal curve As RasterCurve _ ) As RasterRegion
'Usage
Dim xform As RasterRegionXForm Dim curve As RasterCurve Dim value As RasterRegion value = RasterRegion.FromCurve(xform, curve)
public static RasterRegion FromCurve( RasterRegionXForm xform, RasterCurve curve )
public static fromCurve( RasterRegionXForm xform, RasterCurve curve )
public: static RasterRegion^ FromCurve( RasterRegionXForm^ xform, RasterCurve^ curve )
For more information, refer to Creating a Region.
For more information, refer to Saving A Region.
For more information, refer to Working with the Existing Region.