Beispiel #1
0
 public int iV_SetupMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct geometry)
 {
     return(Unmanaged_SetupMonitorAttachedGeometry(ref geometry));
 }
Beispiel #2
0
 public int iV_GetCurrentMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct geometry)
 {
     return(Unmanaged_GetCurrentMonitorAttachedGeometry(ref geometry));
 }
Beispiel #3
0
 public int iV_GetMonitorAttachedGeometry(StringBuilder profile, ref MonitorAttachedGeometryStruct geometry)
 {
     return(Unmanaged_GetMonitorAttachedGeometry(profile, ref geometry));
 }
Beispiel #4
0
 private static extern int Unmanaged_GetMonitorAttachedGeometry(StringBuilder profile, ref MonitorAttachedGeometryStruct geometry);
Beispiel #5
0
 private static extern int Unmanaged_SetupMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct geometry);
Beispiel #6
0
 private static extern int Unmanaged_GetCurrentMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct geometry);
 private static extern int Unmanaged_SetupMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct monitorAttachedGeometry);
 public int iV_SetupMonitorAttachedGeometry(ref MonitorAttachedGeometryStruct monitorAttachedGeometry)
 {
     return Unmanaged_SetupMonitorAttachedGeometry(ref monitorAttachedGeometry);
 }
Beispiel #9
0
 private static extern int Unmanaged_GetMonitorAttachedGeometry(StringBuilder profileName, ref MonitorAttachedGeometryStruct monitorAttachedGeometry);
Beispiel #10
0
 /// <summary>
 /// Is the v_ get monitor attached geometry.
 /// </summary>
 /// <param name="profileName">Name of the profile.</param>
 /// <param name="monitorAttachedGeometry">The monitor attached geometry.</param>
 /// <returns></returns>
 public int iV_GetMonitorAttachedGeometry(StringBuilder profileName, ref MonitorAttachedGeometryStruct monitorAttachedGeometry)
 {
   return Unmanaged_GetMonitorAttachedGeometry(profileName, ref monitorAttachedGeometry);
 }