IPolyClassGetHashFromPolygon Method

Gets a string representing a size reduced b/w image of this polygon

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string GetHashFromPolygon(
	IPolyClass poly,
	int hashSize = 32
)

Parameters

poly  IPolyClass
 
hashSize  Int32  (Optional)
Hash size (e.g. 32 means 32x32(=1024) bit)

Return Value

String
string representing the reduced image

See Also