'Declaration Public Sub SetSelection( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal newSelectionThe selection of image.As SelectionRegionBase _
)
public void SetSelection(
Vintasoft.Imaging.VintasoftImage image,
SelectionRegionBase newSelection
)
public: void SetSelection(
Vintasoft.Imaging.VintasoftImage* image,
SelectionRegionBase* newSelection
)
public:
void SetSelection(
Vintasoft.Imaging.VintasoftImage^ image,
SelectionRegionBase^ newSelection
)
Parameters
- image
- The image.
- newSelection
- The selection of image.