static public method XSize.FromWidth

Brief

Creates an XSize structure from the width in points.

Declaration
C#
Gehtsoft.PDFFlow.Models.Shared.XSize  FromWidth (System.Single width)

Parameters
width

The width in points.

Declared in XSize

back