C# Class MonoMac.CoreGraphics.CGPathElement

Mostrar archivo 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_oe property

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

Point2 public_oe property

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

Point3 public_oe property

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

Type public_oe property

public CGPathElementType Type
return CGPathElementType