sdkcalipersprotractorcompass
Developer Portal

Screen Measurement SDK & API

Integrate Screen Calipers, Protractor, and Compass into your own Windows applications.
Screen measurement SDK

Overview

The Iconico Screen Measurement SDK provides a robust COM (Component Object Model) interface that allows any Windows application to control and retrieve data from our measurement tools. It's the same engine that powers our standalone apps, now available for your specialized workflows.

API Reference

The SDK exposes the following primary methods and properties through the Iconico.Caliper object:

  • Open(): Launches the measurement tool.
  • Close(): Closes the tool.
  • GetMeasurement(): Returns the current measurement value.
  • SetUnits(unitID): Changes the active measurement unit.
  • SetPosition(x, y): Moves the tool to specific screen coordinates.
  • SetRotation(degrees): Rotates the tool (0-360°).

Integration Examples

C# / .NET

// Add reference to IconicoCaliperLib
var caliper = new IconicoCaliper.Application();
caliper.Open();
double val = caliper.GetMeasurement();
Console.WriteLine($"Current Measurement: {val}");

Python

import win32com.client
caliper = win32com.client.Dispatch("Iconico.Caliper")
caliper.Open()
print(f"Measurement: {caliper.GetMeasurement()}")

C++

CLSID clsid;
CLSIDFromProgID(L"Iconico.Caliper", &clsid);
ICaliper* pCaliper;
CoCreateInstance(clsid, NULL, CLSCTX_LOCAL_SERVER, IID_ICaliper, (void**)&pCaliper);
pCaliper->Open();

Downloads

Download the SDK packages which include full documentation and project examples for VB6, Delphi, Excel, Word, and C++.

Enterprise & B2B Licensing

For organizations looking to deploy Iconico tools at scale or embed the SDK into commercial software, we offer flexible licensing tiers.

TierBest ForPricing
Single SeatIndividual developers$29.50+
Site LicenseInternal corporate useContact Us
OEM / RedistributionEmbedding in your productContact Us

We regularly handle Purchase Orders (PO) from major hospital systems, engineering firms, and universities.

Try Screen Measurement Pack

Download the free trial for Windows 10 and 11, or buy a license.