Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
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 )