The Geometry Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets a JPx geometry.| Visual Basic (Declaration) | |
|---|---|
Public Property Geometry As JpxlGeometry | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JPXLContextRange Dim value As JpxlGeometry instance.Geometry = value value = instance.Geometry | |
| C# | |
|---|---|
public JpxlGeometry Geometry {get; set;} | |
| C++/CLI | |
|---|---|
public: property JpxlGeometry^ Geometry { JpxlGeometry^ get(); void set ( JpxlGeometry^ value); } | |
Property Value
A JpxlGeometry object which represents the geometry identified in a JPXLContextRange.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code