BioGTK  5.7.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
Loading...
Searching...
No Matches
BioGTK.QuPath.GeoJsonFeature Class Reference

Properties

string type [get, set]
 
GeoJsonGeometry geometry [get, set]
 
IDictionary< string, object > properties [get, set]
 

Detailed Description

Definition at line 20 of file QuPath.cs.

Property Documentation

◆ geometry

GeoJsonGeometry BioGTK.QuPath.GeoJsonFeature.geometry
getset

Definition at line 23 of file QuPath.cs.

23{ get; set; }

◆ properties

IDictionary<string, object> BioGTK.QuPath.GeoJsonFeature.properties
getset

Definition at line 24 of file QuPath.cs.

24{ get; set; }

◆ type

string BioGTK.QuPath.GeoJsonFeature.type
getset

Definition at line 22 of file QuPath.cs.

22{ get; set; }

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