Skip to main content

GraphicsUnitConverter.DipToDoc Method

Name Parameters Description
DipToDoc(RectangleF) static rect Converts the location and size of a rectangle calculated in device-independent pixels (DIP) to a value calculated in document units (measured in 1/300 of an inch).
DipToDoc(SizeF) static size Converts the size calculated in device-independent pixels (DIP) to a size calculated in document units (measured in 1/300 of an inch).
DipToDoc(Single) static val Converts the floating-point value calculated in device-independent pixels (DIP) to a value calculated in document units (measured in 1/300 of an inch).