Accusoft.ImagXpress13.Net
Buttonize Method




A ButtonStyle enumeration value.
An integer value which represents the width of the bevels. Valid values are 0 to 32768.
An integer value which represents the percent of intensity of the bevels. Higher values result in more opaque bevels while lower percentages result in more translucent bevels. Valid values are 1 to 100.
Adds translucent bevels to the edges of the current image to give it the appearance of a 3D button.
Syntax
'Declaration
 
Public Sub Buttonize( _
   ByVal style As ButtonStyle, _
   ByVal bevelWidth As Integer, _
   ByVal bevelIntensity As Integer _
) 
'Usage
 
Dim instance As Processor
Dim style As ButtonStyle
Dim bevelWidth As Integer
Dim bevelIntensity As Integer
 
instance.Buttonize(style, bevelWidth, bevelIntensity)
public void Buttonize( 
   ButtonStyle style,
   int bevelWidth,
   int bevelIntensity
)
public: void Buttonize( 
   ButtonStyle style,
   int bevelWidth,
   int bevelIntensity
) 
public:
void Buttonize( 
   ButtonStyle style,
   int bevelWidth,
   int bevelIntensity
) 

Parameters

style
A ButtonStyle enumeration value.
bevelWidth
An integer value which represents the width of the bevels. Valid values are 0 to 32768.
bevelIntensity
An integer value which represents the percent of intensity of the bevels. Higher values result in more opaque bevels while lower percentages result in more translucent bevels. Valid values are 1 to 100.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback