ScreenRecorderWatermarkPoints Property |
Watermark Points.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic PointF WatermarkPoints { get; set; }
Public Property WatermarkPoints As PointF
Get
Set
Dim instance As ScreenRecorder
Dim value As PointF
value = instance.WatermarkPoints
instance.WatermarkPoints = value
member WatermarkPoints : PointF with get, set
/** @property */
public PointF get_WatermarkPoints()
/** @property */
public void set_WatermarkPoints(PointF value)
function get WatermarkPoints () : PointF
function set WatermarkPoints (value : PointF)
function get_WatermarkPoints();
function set_WatermarkPoints(value);
Property Value
Type:
PointF
See Also