←Select platform

Create Method

Summary

Creates a new GDI+ brush object using this AnnBrush.

Syntax

C#
VB
C++
public abstract Brush Create( 
   AnnUnitConverter converter, 
   AnnRectangle rect 
) 
  
Public MustOverride Function Create( _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter, _ 
   ByVal rect As Leadtools.Annotations.AnnRectangle _ 
) As Brush 

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 AnnBrush.

Remarks

The bounding rectangle is used by some derived classes such as the AnnLinearGradientBrush to define the area to be filled.

Example

For an example, refer to AnnBrush.

Requirements

Target Platforms

See Also

Reference

AnnBrush Class

AnnBrush Members

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

Leadtools.Annotations Assembly