Helper method to convert AnnBrush to System.Drawing.Brush with alpha, opacity and bounding rectangle values.
Public Overloads Shared Function ToBrush( _
ByVal brush As Leadtools.Annotations.Core.AnnBrush, _
ByVal alpha As Integer, _
ByVal opacity As Double, _
ByVal brushBounds As Leadtools.LeadRectD _
) As Brush
public:
static Brush^ ToBrush(
AnnBrush^ brush,
Int32 alpha,
double opacity,
LeadRectD^ brushBounds
)
brush
Brush object to convert
alpha
Alpha value to use (0 to 255).
opacity
Opacity value to use. Values can be from 0 to 1.0.
brushBounds
The bounding rectangle of the brush in pixels.
System.Drawing.Brush object created.
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