Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > RegionContourPointsCommand Class : XForm Property |
public RasterRegionXForm XForm {get; set;}
'Declaration
Public Property XForm As RasterRegionXForm
'Usage
Dim instance As RegionContourPointsCommand Dim value As RasterRegionXForm instance.XForm = value value = instance.XForm
public RasterRegionXForm XForm {get; set;}
<br/>get_XForm();<br/>set_XForm(value);<br/>Object.defineProperty('XForm');
public: property RasterRegionXForm^ XForm { RasterRegionXForm^ get(); void set ( RasterRegionXForm^ value); }