public class StylusPoint extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.StylusPoint
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Input.StylusPoint
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
StylusPoint() |
StylusPoint(double x,
double y) |
StylusPoint(double x,
double y,
Single pressureFactor) |
StylusPoint(double x,
double y,
Single pressureFactor,
StylusPointDescription stylusPointDescription,
int[] additionalValues) |
StylusPoint(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StylusPoint |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into StylusPoint, a cast assert is made to check if types are compatible. |
boolean |
Equals(StylusPoint value) |
static boolean |
Equals(StylusPoint stylusPoint1,
StylusPoint stylusPoint2) |
StylusPointDescription |
getDescription() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
Single |
getPressureFactor() |
int |
GetPropertyValue(StylusPointProperty stylusPointProperty) |
double |
getX() |
double |
getY() |
boolean |
HasProperty(StylusPointProperty stylusPointProperty) |
void |
setDescription(StylusPointDescription Description) |
void |
setJCOInstance(JCObject instance) |
void |
setPressureFactor(Single PressureFactor) |
void |
SetPropertyValue(StylusPointProperty stylusPointProperty,
int value) |
void |
setX(double X) |
void |
setY(double Y) |
Point |
ToPoint() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public StylusPoint()
throws java.lang.Throwable
java.lang.Throwablepublic StylusPoint(double x,
double y)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public StylusPoint(double x,
double y,
Single pressureFactor)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public StylusPoint(double x,
double y,
Single pressureFactor,
StylusPointDescription stylusPointDescription,
int[] additionalValues)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public StylusPoint(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static StylusPoint cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into StylusPoint, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStylusPoint instancejava.lang.Throwable - in case of error during cast operationpublic boolean Equals(StylusPoint value) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static boolean Equals(StylusPoint stylusPoint1, StylusPoint stylusPoint2) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic StylusPointDescription getDescription() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic Single getPressureFactor() throws java.lang.Throwable
java.lang.Throwablepublic int GetPropertyValue(StylusPointProperty stylusPointProperty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
public double getX()
throws java.lang.Throwable
java.lang.Throwablepublic double getY()
throws java.lang.Throwable
java.lang.Throwablepublic boolean HasProperty(StylusPointProperty stylusPointProperty) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setDescription(StylusPointDescription Description) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic void setPressureFactor(Single PressureFactor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
public void SetPropertyValue(StylusPointProperty stylusPointProperty, int value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setX(double X)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public void setY(double Y)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public Point ToPoint() throws java.lang.Throwable
java.lang.Throwable