BitmapDataBufferDpiX Property |
Gets the DPI on the X axis.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double DpiX { get; }
Public ReadOnly Property DpiX As Double
Get
Dim instance As BitmapDataBuffer
Dim value As Double
value = instance.DpiX
member DpiX : float with get
/** @property */
public double get_DpiX()
function get DpiX () : double
Property Value
Type:
Double
See Also