C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new instance of AnnSolidColorBrush from a color.
Public Shared Function Create( _
ByVal color As String _
) As Leadtools.Annotations.Core.AnnBrush
public static Leadtools.Annotations.Core.AnnBrush Create(
string color
)
-(id) initWithColor:(NSString*)aColor;
public AnnSolidColorBrush(String color)
function Leadtools.Annotations.Core.AnnSolidColorBrush.Create(
color
)
color
A string value that represents the brush's color.
The AnnBrush object that this method creates.
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