public static LightCommandData Create( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )
'Declaration Public Shared Function Create( _ 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 _ ) As LightCommandData
'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 value As LightCommandData value = LightCommandDataHelper.Create(centerPoint, width, height, angle, brightness, edge, fillColor, opacity, type)
public static LightCommandData Create( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )
function Leadtools.ImageProcessing.SpecialEffects.LightCommandDataHelper.Create( centerPoint , width , height , angle , brightness , edge , fillColor , opacity , type )
public: static LightCommandData Create( LeadPoint centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor fillColor, int opacity, LightCommandType type )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2