Initializes a new instance of the
ImGearRecZoneGUICustomBtnParam class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Integer, _
ByVal As ImGearRGBQuad, _
ByVal As ImGearRecZone, _
ByVal As ImGearRecZoneGUIType, _
ByVal As ImGearRecZoneGUIMatchingFlags _
)
'Usage
Dim buttonName As String
Dim opacity As Integer
Dim faceColor As ImGearRGBQuad
Dim zoneModel As ImGearRecZone
Dim zoneType As ImGearRecZoneGUIType
Dim zoneMatching As ImGearRecZoneGUIMatchingFlags
Dim instance As New ImGearRecZoneGUICustomBtnParam(buttonName, opacity, faceColor, zoneModel, zoneType, zoneMatching)
Parameters
- buttonName
- Button display name.
- opacity
- Opacity value.
- faceColor
- Face color.
- zoneModel
- Zone model.
- zoneType
- Zone type.
- zoneMatching
- Zone matching flags.
See Also