LEADTOOLS Annotations (Leadtools.Annotations assembly)

Create Method (AnnSolidBrush)

Show in webframe





Specifies an AnnUnitConverter object to be used when converting any annotation lengths, points, etc. this brush might have.
Specifies an AnnRectangle object defining the bounding rectangle to be used with this brush.
Creates a new GDI+ brush object using this AnnSolidBrush.
Syntax
public override Brush Create( 
   AnnUnitConverter converter,
   AnnRectangle rect
)
'Declaration
 
Public Overrides Function Create( _
   ByVal converter As AnnUnitConverter, _
   ByVal rect As AnnRectangle _
) As Brush
'Usage
 
Dim instance As AnnSolidBrush
Dim converter As AnnUnitConverter
Dim rect As AnnRectangle
Dim value As Brush
 
value = instance.Create(converter, rect)

            

            
public:
Brush^ Create( 
   AnnUnitConverter^ converter,
   AnnRectangle rect
) override 

Parameters

converter
Specifies an AnnUnitConverter object to be used when converting any annotation lengths, points, etc. this brush might have.
rect
Specifies an AnnRectangle object defining the bounding rectangle to be used with this brush.

Return Value

The GDI+ System.Drawing.Brush object created from this AnnSolidBrush.
Remarks
AnnSolidBrush does not use the rect parameter.
Example
For an example, refer to AnnSolidBrush.
Requirements

Target Platforms

See Also

Reference

AnnSolidBrush Class
AnnSolidBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.