- 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.
| Visual Basic (Declaration) | |
|---|---|
| Overrides Public Function Create( _ ByVal converter As AnnUnitConverter, _ ByVal rect As AnnRectangle _ ) As Brush | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public override Brush Create( AnnUnitConverter converter, AnnRectangle rect ) | |
| C++/CLI | |
|---|---|
| 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+ Brush object created from this AnnHatchBrush.For an example, refer to AnnHatchBrush.
 
            
 
            
            AnnHatchBrush does not use the rect parameter.
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
  