VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / BevelEdgeCommand Class / BevelEdgeCommand Constructors / BevelEdgeCommand Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
BevelEdgeCommand Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of the BevelEdgeCommand class.
Syntax
'Declaration

Public Function New( _
ByVal edgeSize
Edge size.
As System.Int32, _
ByVal smoothness
Smooth.
As System.Int32, _
ByVal leftBrightness
Brightness level of the left.
As System.Int32, _
ByVal rightBrightness
Brightness level of the right.
As System.Int32, _
ByVal topBrightness
Brightness level of the top.
As System.Int32, _
ByVal bottomBrightness
Brightness level of the bottom.
As System.Int32 _
)
public BevelEdgeCommand(
System.Int32 edgeSize,
System.Int32 smoothness,
System.Int32 leftBrightness,
System.Int32 rightBrightness,
System.Int32 topBrightness,
System.Int32 bottomBrightness
)

Parameters

edgeSize
Edge size.
smoothness
Smooth.
leftBrightness
Brightness level of the left.
rightBrightness
Brightness level of the right.
topBrightness
Brightness level of the top.
bottomBrightness
Brightness level of the bottom.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also