Class Path
- Namespace
- Gsk
- Assembly
- Gsk-4.0.dll
public sealed class Path : BoxedRecord, IEquatable<Path>
- Inheritance
-
Path
- Implements
- Inherited Members
Constructors
Path(PathOwnedHandle)
public Path(PathOwnedHandle handle)
Parameters
handle
PathOwnedHandle
Properties
Handle
public PathOwnedHandle Handle { get; }
Property Value
Methods
Equals(Path?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Path? other)
Parameters
other
PathAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Foreach(PathForeachFlags, PathForeachFunc)
[Version("4.14")]
public bool Foreach(PathForeachFlags flags, PathForeachFunc func)
Parameters
flags
PathForeachFlagsfunc
PathForeachFunc
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
InFill(Point, FillRule)
[Version("4.14")]
public bool InFill(Point point, FillRule fillRule)
Parameters
Returns
IsClosed()
[Version("4.14")]
public bool IsClosed()
Returns
IsEmpty()
[Version("4.14")]
public bool IsEmpty()
Returns
Parse(string)
[Version("4.14")]
public static Path? Parse(string @string)
Parameters
string
string
Returns
Print(String)
[Version("4.14")]
public void Print(String @string)
Parameters
string
String
Ref()
[Version("4.14")]
public Path Ref()
Returns
ToCairo(Context)
[Version("4.14")]
public void ToCairo(Context cr)
Parameters
cr
Context
ToString()
[Version("4.14")]
public string ToString()
Returns
Unref()
[Version("4.14")]
public void Unref()