DrawingRectangle Class Reference

Represents a rectangle that can be rendered on the map. More...

Collaboration diagram for DrawingRectangle:
Collaboration graph

Properties

uint Color [get, set]
 Gets or sets the color of the rectangle. More...
 
byte FillTransparency [get, set]
 Gets or sets the opacity of the rectangle. More...
 
double Height [get, set]
 The height of the rectangle. More...
 
float LineWidth [get, set]
 Gets or sets the width of the rectangle's border. More...
 
tkDrawReferenceList ReferenceType [get, set]
 Type of coordinates which are used to specify the position and size of the rectangle. More...
 
bool Visible [get, set]
 Gets or sets a value indicating whether rectangle is visible. More...
 
double Width [get, set]
 The width of the rectangle. More...
 
double x [get, set]
 The X coordinate of the top-left corner of the rectangle. More...
 
double y [get, set]
 The Y coordinate of the top-left corner of the rectangle. More...
 

Detailed Description

Represents a rectangle that can be rendered on the map.

New API 4.9.4:
Added in version 4.9.4

Property Documentation

◆ Color

uint DrawingRectangle.Color
getset

Gets or sets the color of the rectangle.

◆ FillTransparency

byte DrawingRectangle.FillTransparency
getset

Gets or sets the opacity of the rectangle.

◆ Height

double DrawingRectangle.Height
getset

The height of the rectangle.

◆ LineWidth

float DrawingRectangle.LineWidth
getset

Gets or sets the width of the rectangle's border.

◆ ReferenceType

tkDrawReferenceList DrawingRectangle.ReferenceType
getset

Type of coordinates which are used to specify the position and size of the rectangle.

◆ Visible

bool DrawingRectangle.Visible
getset

Gets or sets a value indicating whether rectangle is visible.

◆ Width

double DrawingRectangle.Width
getset

The width of the rectangle.

◆ x

double DrawingRectangle.x
getset

The X coordinate of the top-left corner of the rectangle.

◆ y

double DrawingRectangle.y
getset

The Y coordinate of the top-left corner of the rectangle.