←Select platform

RenderHatchBrushFill Method

Summary

Renders the a hatch brush.

Syntax

C#
VB
C++
protected virtual void RenderHatchBrushFill( 
   Graphics context, 
   AnnContainerMapper mapper, 
   AnnObject annObject, 
   GraphicsPath clipPath, 
   double angle 
) 
Protected Overridable Sub RenderHatchBrushFill( 
   ByVal context As System.Drawing.Graphics, 
   ByVal mapper As AnnContainerMapper, 
   ByVal annObject As AnnObject, 
   ByVal clipPath As System.Drawing.Drawing2D.GraphicsPath, 
   ByVal angle As Double 
) 
protected:  
   virtual void RenderHatchBrushFill( 
      System::Drawing::Graphics^ context, 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject, 
      System::Drawing::Drawing2D::GraphicsPath^ clipPath, 
      double angle 
   ) 

Parameters

context

Destination context

mapper

The mapper object to use for converting coordinates.

annObject

The owner object to render.

clipPath

Clipping area

angle

Rotation angle

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.Rendering.WinForms Assembly