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