SetDpi Method (GcGifWriter)
Updates the
PixelAspectRatio property based on the specified horizontal and vertical resolutions.
public void SetDpi(
System.float ,
System.float
)
'Declaration
Public Sub SetDpi( _
ByVal As System.Single, _
ByVal As System.Single _
)
Parameters
- dpiX
- The horizontal DPI value.
- dpiY
- The vertical DPI value.