Applies buttonize effect on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Buttonize ( _
borderWidth As Single, _
fadeType As FadeType, _
direction As Direction, _
horizontalBorder As Boolean, _
verticalBorder As Boolean, _
lightColor As Color, _
shadowColor As Color _
)
public void Buttonize(
float borderWidth,
FadeType fadeType,
Direction direction,
bool horizontalBorder,
bool verticalBorder,
Color lightColor,
Color shadowColor
)
Type: System.Single
Border (button edge) width.Type: Aurigma.GraphicsMill.Transforms.FadeType
FadeType value specifying a fade type used to draw button edges.Type: Aurigma.GraphicsMill.Transforms.Direction
Direction value specifying lightning direction used to draw button edges.Type: System.Boolean
Value specifying whether to show horizontal border.Type: System.Boolean
Value specifying whether to show vertical border.Type: Aurigma.GraphicsMill.Color
Color value used to draw highlighted edges.Type: Aurigma.GraphicsMill.Color
Color value used to draw shadowed edges.