Calculates the distance between an old anchor point and a new anchor point.
Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public static XVector CalcDistance( AnchorType oldType, AnchorType newType, XSize size )
Parameters
- oldType
- Type: PdfEdit.Drawing.BarCodesAnchorType
- newType
- Type: PdfEdit.Drawing.BarCodesAnchorType
- size
- Type: PdfEdit.DrawingXSize
Return Value
Type: XVectorSee Also