VideoPlayerWPFFlip Method |
Flip
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Flip(
int ScaleX
)
Public Sub Flip (
ScaleX As Integer
)
Dim instance As VideoPlayerWPF
Dim ScaleX As Integer
instance.Flip(ScaleX)
member Flip :
ScaleX : int -> unit
public void Flip(
int ScaleX
)
public function Flip(
ScaleX : int
)
Parameters
- ScaleX
- Type: SystemInt32
See Also