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

Describes a lightened polygon.
Exibir arquivo Open project: gkrsu/maparound.core

Public Properties

Property Type Description
Luminocity double
Polygon Polygon

Public Methods

Method Description
LightenedPolygon ( Polygon polygon, double luminance ) : System

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

Method Details

LightenedPolygon() public method

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

Property Details

Luminocity public_oe property

Luminocity value.
public double Luminocity
return double

Polygon public_oe property

Polygon.
public Polygon Polygon
return Polygon