Show / Hide Table of Contents

Class PaintTo3D

Some static helper methods

Inheritance
System.Object
PaintTo3D
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class PaintTo3D

Methods

| Improve this Doc View Source

Arrow(IPaintTo3D, GeoPoint, GeoPoint, GeoPoint)

Declaration
public static void Arrow(IPaintTo3D paintTo3D, GeoPoint base1, GeoPoint base2, GeoPoint apex)
Parameters
Type Name Description
IPaintTo3D paintTo3D
GeoPoint base1
GeoPoint base2
GeoPoint apex
| Improve this Doc View Source

Arrow1(IPaintTo3D, GeoPoint, GeoPoint, GeoPoint)

Declaration
public static void Arrow1(IPaintTo3D paintTo3D, GeoPoint base1, GeoPoint base2, GeoPoint apex)
Parameters
Type Name Description
IPaintTo3D paintTo3D
GeoPoint base1
GeoPoint base2
GeoPoint apex
| Improve this Doc View Source

PaintHandle(IPaintTo3D, PointF, Int32, Color)

Declaration
public static void PaintHandle(IPaintTo3D paintTo3D, PointF pf, int width, Color color)
Parameters
Type Name Description
IPaintTo3D paintTo3D
System.Drawing.PointF pf
System.Int32 width
System.Drawing.Color color
| Improve this Doc View Source

PaintHandle(IPaintTo3D, Int32, Int32, Int32, Color)

Declaration
public static void PaintHandle(IPaintTo3D paintTo3D, int x, int y, int width, Color color)
Parameters
Type Name Description
IPaintTo3D paintTo3D
System.Int32 x
System.Int32 y
System.Int32 width
System.Drawing.Color color
| Improve this Doc View Source

PointSymbol(IPaintTo3D, GeoPoint, Double, PointSymbol)

Declaration
public static void PointSymbol(IPaintTo3D paintTo3D, GeoPoint location, double size, PointSymbol symbol)
Parameters
Type Name Description
IPaintTo3D paintTo3D
GeoPoint location
System.Double size
PointSymbol symbol
| Improve this Doc View Source

PreparePointSymbol(IPaintTo3D, PointSymbol)

Declaration
public static void PreparePointSymbol(IPaintTo3D paintTo3D, PointSymbol symbol)
Parameters
Type Name Description
IPaintTo3D paintTo3D
PointSymbol symbol
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX