'Declaration Public Overloads Sub Combine( _
ByVal regionThe region to combine.As Vintasoft.Imaging.Drawing.IRegion, _
ByVal modeThe combine mode.As Vintasoft.Imaging.Drawing.RegionCombineMode _
)
public void Combine(
Vintasoft.Imaging.Drawing.IRegion region,
Vintasoft.Imaging.Drawing.RegionCombineMode mode
)
public: void Combine(
Vintasoft.Imaging.Drawing.IRegion* region,
Vintasoft.Imaging.Drawing.RegionCombineMode mode
)
Parameters
- region
- The region to combine.
- mode
- The combine mode.