ImageGear for Java
ImGearARTButton Constructor(IImGearRectangle,String,IImGearRGBQuad,IImGearRGBQuad,int,String,float,EnumSet<ImGearARTFontStyles>)
The mark rectangle.
Button text.
Button text color.
The fill color of the button.
Button opacity.
The name of the font.
The pointSize of the font in points.
The style of the font. com.accusoft.imagegear.core.shapes.ImGearRectangleT:com.accusoft.imagegear.art.ImGearARTFontStyles
Initializes a new instance of the ImGearARTButton class object.
Syntax
public ImGearARTButton( 
   IImGearRectangle rect,
   java.lang.String text,
   IImGearRGBQuad textColor,
   IImGearRGBQuad fillColor,
   int opacity,
   java.lang.String fontName,
   float fontSize,
   java.util.EnumSet<ImGearARTFontStyles> fontStyle
)

Parameters

rect
The mark rectangle.
text
Button text.
textColor
Button text color.
fillColor
The fill color of the button.
opacity
Button opacity.
fontName
The name of the font.
fontSize
The pointSize of the font in points.
fontStyle
The style of the font. com.accusoft.imagegear.core.shapes.ImGearRectangleT:com.accusoft.imagegear.art.ImGearARTFontStyles
See Also

Reference

ImGearARTButton Class
ImGearARTButton Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback