Returns a new LogicalSize in the specified destination unit of measure that is the equivalent of the current (source) LogicalSize.
sourceDpiX
Represents the DPI along the x-axis (Width) of the source LogicalSize. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel
sourceDpiY
Represents the DPI along the y-axis (Height) of the source LogicalSize. This value is only used if the source unit of measure is Leadtools.Forms.LogicalUnit.Pixel.
destinationUnit
The unit of measurement of the destination LogicalSize.
destinationDpiX
Represents the DPI along the x-axis (Width) of the destination LogicalSize. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.
destinationDpiY
Represents the DPI along the y-axis (Height) of the destination LogicalSize. This value is only used if the destination unit of measure is Leadtools.Forms.LogicalUnit.Pixel.
A new LogicalSize in the specified destination unit of measure that is the equivalent of the current (source) LogicalSize.
The specified LogicalUnit is used to do the actual conversion.
This example creates a new LogicalSize structure in inches then converts it to another LogicalSize structure in pixels.