ZylGMaps Delphi & C++Builder Component

Class TRectangle

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TRectangle = class(TObject)

Description

Rectangle class.

Hierarchy

Overview

Methods

Public constructor Create();
Public destructor Destroy(); override;

Properties

Published property Name: String read FName write FName;
Published property TopLeft: TGPSPosition read fTopLeft write fTopLeft;
Published property BottomRight: TGPSPosition read fBottomRight write fBottomRight;
Published property StrokeColor: TColor read fStrokeColor write fStrokeColor;
Published property StrokeOpacity: Double read fStrokeOpacity write fStrokeOpacity;
Published property StrokeWeight: Integer read fStrokeWeight write fStrokeWeight;
Published property FillColor: TColor read fFillColor write fFillColor;
Published property FillOpacity: Double read fFillOpacity write fFillOpacity;
Published property Visible: Boolean read fVisible write fVisible default true;

Description

Methods

Public constructor Create();

Constructor.

Public destructor Destroy(); override;

Destructor.

Properties

Published property Name: String read FName write FName;

Rectangle name.

Published property TopLeft: TGPSPosition read fTopLeft write fTopLeft;

Top left corner of the rectangle.

Published property BottomRight: TGPSPosition read fBottomRight write fBottomRight;

Bottom right corner of the rectangle.

Published property StrokeColor: TColor read fStrokeColor write fStrokeColor;

Color of the stroke.

Published property StrokeOpacity: Double read fStrokeOpacity write fStrokeOpacity;

Opacity of the stroke.

Published property StrokeWeight: Integer read fStrokeWeight write fStrokeWeight;

Weight of the stroke.

Published property FillColor: TColor read fFillColor write fFillColor;

Fill color of the shape.

Published property FillOpacity: Double read fFillOpacity write fFillOpacity;

Fill opacity of the shape.

Published property Visible: Boolean read fVisible write fVisible default true;

Indicates that the rectangle is visible on the map.

Copyright © 2003 - 2026 by Zyl Soft. All rights reserved.
Generated by PasDoc 0.16.0.