C# Class MonoMac.CoreGraphics.CGPathElement

Show file Open project: kangaroo/maccore Class Usage Examples

Public Properties

Property Type Description
Point1 System.Drawing.PointF
Point2 System.Drawing.PointF
Point3 System.Drawing.PointF
Type CGPathElementType

Public Methods

Method Description
CGPathElement ( int t ) : System

Method Details

CGPathElement() public method

public CGPathElement ( int t ) : System
t int
return System

Property Details

Point1 public property

public PointF,System.Drawing Point1
return System.Drawing.PointF

Point2 public property

public PointF,System.Drawing Point2
return System.Drawing.PointF

Point3 public property

public PointF,System.Drawing Point3
return System.Drawing.PointF

Type public property

public CGPathElementType Type
return CGPathElementType