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