C# Class MapAround.Extensions.Surfaces.ShadedReliefBuilder.LightenedPolygon

Describes a lightened polygon.
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Свойство Type Description
Luminocity double
Polygon Polygon

Méthodes publiques

Méthode Description
LightenedPolygon ( Polygon polygon, double luminance ) : System

Initializes a new instance of the MapAround.Extensions.Surfaces.ShadedReliefBuilder.LightenedPolygon

Method Details

LightenedPolygon() public méthode

Initializes a new instance of the MapAround.Extensions.Surfaces.ShadedReliefBuilder.LightenedPolygon
public LightenedPolygon ( Polygon polygon, double luminance ) : System
polygon Polygon
luminance double
Résultat System

Property Details

Luminocity public_oe property

Luminocity value.
public double Luminocity
Résultat double

Polygon public_oe property

Polygon.
public Polygon Polygon
Résultat Polygon