Click or drag to resize

Facet Structure

Defines a triangle defined by three corners.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RAYLASE.Marker.VectorGraphicElement.SolidFacet

Namespace: RAYLASE.Marker.VectorGraphicElement.Solid
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public struct Facet

The Facet type exposes the following members.

Constructors
 NameDescription
Public methodFacet Creates a facet from the provided corner.
Top
Properties
 NameDescription
Public propertyItem Returns the nth corner.
Public propertyPoint0 First corner.
Public propertyPoint1 Second corner.
Public propertyPoint2 Third corner.
Top
Methods
 NameDescription
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
See Also