Class Hatch
Inherited Members
Namespace: FastReport.Export.Dxf.Sections.Entities
Assembly: FastReport.dll
Syntax
public class Hatch : EntityBase
Constructors
Hatch(Single, Single, PointF[], Byte[], Color)
Declaration
public Hatch(float x, float y, PointF[] points, byte[] pointTypes, Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Single | x | |
System.Single | y | |
System.Drawing.PointF[] | points | |
System.Byte[] | pointTypes | |
System.Drawing.Color | color |