The type for CopyMakeBorder function
| C# | Visual Basic | Visual C++ |
public enum BORDER_TYPE
Public Enumeration BORDER_TYPE
public enum class BORDER_TYPE
| Member | Description |
|---|---|
| CONSTANT |
border is filled with the fixed value, passed as last parameter of the function
|
| REPLICATE |
the pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
|