ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTRectangle Class > ImGearARTRectangle Constructor : ImGearARTRectangle Constructor(IImGearRectangle,IImGearRGBQuad,IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32) |
'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal fillColor As IImGearRGBQuad, _ ByVal borderColor As IImGearRGBQuad, _ ByVal borderStyle As ImGearARTPenStyle, _ ByVal borderWidth As Integer, _ ByVal opacity As Integer _ )
'Usage Dim rect As IImGearRectangle Dim fillColor As IImGearRGBQuad Dim borderColor As IImGearRGBQuad Dim borderStyle As ImGearARTPenStyle Dim borderWidth As Integer Dim opacity As Integer Dim instance As New ImGearARTRectangle(rect, fillColor, borderColor, borderStyle, borderWidth, opacity)
public ImGearARTRectangle( IImGearRectangle rect, IImGearRGBQuad fillColor, IImGearRGBQuad borderColor, ImGearARTPenStyle borderStyle, int borderWidth, int opacity )
public: ImGearARTRectangle( IImGearRectangle* rect, IImGearRGBQuad* fillColor, IImGearRGBQuad* borderColor, ImGearARTPenStyle borderStyle, int borderWidth, int opacity )
public: ImGearARTRectangle( IImGearRectangle^ rect, IImGearRGBQuad^ fillColor, IImGearRGBQuad^ borderColor, ImGearARTPenStyle borderStyle, int borderWidth, int opacity )