Initializes a new instance of LightCommandData with the specified parameters.
public LightCommandData(
LeadPoint centerPoint,
int width,
int height,
int angle,
int brightness,
int edge,
RasterColor fillColor,
int opacity,
LightCommandType type
)
Public Sub 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)
public:
LightCommandData( LeadPoint^ centerPoint, int width, int height, int angle, int brightness, int edge, RasterColor^ fillColor, int opacity, LightCommandType^ type)
centerPoint
Center of the ellipse used to represent the light
width
Width of the ellipse
height
Height of the ellipse
angle
Angle by which to rotate the ellipse
brightness
Intensity or brightness of the light
edge
Percentage by which to smooth the light border
fillColor
Color of the light
opacity
Opacity of the light
type
Light source type
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET