Leadtools.ImageProcessing.SpecialEffects Namespace > LightCommandData Structure : LightCommandData Constructor |
public LightCommandData( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )
'Declaration Public Function New( _ ByVal centerPoint As LeadPoint, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal angle As Integer, _ ByVal brightness As Integer, _ ByVal edge As Integer, _ ByVal fillColor As RasterColor, _ ByVal opacity As Integer, _ ByVal type As LightCommandType _ )
'Usage Dim centerPoint As LeadPoint Dim width As Integer Dim height As Integer Dim angle As Integer Dim brightness As Integer Dim edge As Integer Dim fillColor As RasterColor Dim opacity As Integer Dim type As LightCommandType Dim instance As New LightCommandData(centerPoint, width, height, angle, brightness, edge, fillColor, opacity, type)
public LightCommandData( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )
function LightCommandData( centerPoint , width , height , angle , brightness , edge , fillColor , opacity , type )
public: LightCommandData( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )