←Select platform

brush Method

Summary

Creates an AnnSolidColorBrush object with the specified color.

Syntax

C#
VB
Objective-C
public object brush(  
   string color 
) 
Public Function brush( _ 
   ByVal color As String _ 
) As Object 
-(id) brush:(NSString*) color 

Parameters

color
A string value that represents the brush's color.

Return Value

a AnnSolidColorBrush object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly