Show / Hide Table of Contents

Class CompoundShape.Signature

Inheritance
System.Object
CompoundShape.Signature
Implements
System.Runtime.Serialization.ISerializable
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.Shapes
Assembly: CADability.dll
Syntax
[Serializable]
public class Signature : ISerializable

Constructors

| Improve this Doc View Source

Signature(Double, Double[][], Double)

Declaration
public Signature(double toHor, double[][] values, double length)
Parameters
Type Name Description
System.Double toHor
System.Double[][] values
System.Double length
| Improve this Doc View Source

Signature(SerializationInfo, StreamingContext)

Declaration
protected Signature(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Methods

| Improve this Doc View Source

isEqual(CompoundShape.Signature, out Boolean, Double)

Declaration
public bool isEqual(CompoundShape.Signature other, out bool reflect, double precision)
Parameters
Type Name Description
CompoundShape.Signature other
System.Boolean reflect
System.Double precision
Returns
Type Description
System.Boolean

Explicit Interface Implementations

| Improve this Doc View Source

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX