Annotation Pro API
Public Member Functions | Protected Member Functions | Properties | Events | List of all members
CoordinateSystem Class Reference

A coordinate system. More...

Inherits Control.

Public Member Functions

void ClearBackgroundImage ()
 Clears the background image. More...
 
void OpenImage (string fileName)
 Opens an image. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

string BackgroundImagePath [get, set]
 Gets or sets the full pathname of the background image file. More...
 
string Label [get, set]
 Gets or sets the label. More...
 
bool ShowCoordinates [get, set]
 Gets or sets a value indicating whether the coordinates is shown. More...
 
string Value [get, set]
 Gets or sets the value. More...
 

Events

ChangedHandler Changed
 Fired if value has changed after click More...
 

Detailed Description

A coordinate system.

Member Function Documentation

◆ ClearBackgroundImage()

void ClearBackgroundImage ( )
inline

Clears the background image.

◆ Dispose()

override void Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ OpenImage()

void OpenImage ( string  fileName)
inline

Opens an image.

Parameters
fileNameFilename of the file.

Property Documentation

◆ BackgroundImagePath

string BackgroundImagePath
getset

Gets or sets the full pathname of the background image file.

The full pathname of the background image file.

◆ Label

string Label
getset

Gets or sets the label.

The label.

◆ ShowCoordinates

bool ShowCoordinates
getset

Gets or sets a value indicating whether the coordinates is shown.

true if show coordinates, false if not.

◆ Value

string Value
getset

Gets or sets the value.

The value.

Event Documentation

◆ Changed

ChangedHandler Changed

Fired if value has changed after click


The documentation for this class was generated from the following files: