'Declaration Public Function New( _
ByVal edgeSizeРазмер края.As System.Int32, _
ByVal smoothnessСглаженный.As System.Int32, _
ByVal leftBrightnessУровень яркости слева.As System.Int32, _
ByVal rightBrightnessУровень яркости справа.As System.Int32, _
ByVal topBrightnessУровень яркости сверху.As System.Int32, _
ByVal bottomBrightnessУровень яркости снизу.As System.Int32 _
)
public BevelEdgeCommand(
System.Int32 edgeSize,
System.Int32 smoothness,
System.Int32 leftBrightness,
System.Int32 rightBrightness,
System.Int32 topBrightness,
System.Int32 bottomBrightness
)
public: BevelEdgeCommand(
System.Int32 edgeSize,
System.Int32 smoothness,
System.Int32 leftBrightness,
System.Int32 rightBrightness,
System.Int32 topBrightness,
System.Int32 bottomBrightness
)
public:
BevelEdgeCommand(
System.Int32 edgeSize,
System.Int32 smoothness,
System.Int32 leftBrightness,
System.Int32 rightBrightness,
System.Int32 topBrightness,
System.Int32 bottomBrightness
)
Parameters
- edgeSize
- Размер края.
- smoothness
- Сглаженный.
- leftBrightness
- Уровень яркости слева.
- rightBrightness
- Уровень яркости справа.
- topBrightness
- Уровень яркости сверху.
- bottomBrightness
- Уровень яркости снизу.