C# Class SkiaSharp.SKPointI

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty SKPointI

Méthodes publiques

Méthode Description
Add ( SKPointI pt, SKPointI sz ) : SKPointI
Add ( SKPointI pt, SKSizeI sz ) : SKPointI
Ceiling ( SKPoint value ) : SKPointI
Equals ( object obj ) : bool
GetHashCode ( ) : int
Offset ( SKPointI p ) : void
Offset ( int dx, int dy ) : void
Round ( SKPoint value ) : SKPointI
SKPointI ( SKSizeI sz ) : System
SKPointI ( int x, int y ) : System
Subtract ( SKPointI pt, SKPointI sz ) : SKPointI
Subtract ( SKPointI pt, SKSizeI sz ) : SKPointI
ToString ( ) : string
Truncate ( SKPoint value ) : SKPointI
operator ( ) : SKPointI
operator ( ) : bool

Method Details

Add() public static méthode

public static Add ( SKPointI pt, SKPointI sz ) : SKPointI
pt SKPointI
sz SKPointI
Résultat SKPointI

Add() public static méthode

public static Add ( SKPointI pt, SKSizeI sz ) : SKPointI
pt SKPointI
sz SKSizeI
Résultat SKPointI

Ceiling() public static méthode

public static Ceiling ( SKPoint value ) : SKPointI
value SKPoint
Résultat SKPointI

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Offset() public méthode

public Offset ( SKPointI p ) : void
p SKPointI
Résultat void

Offset() public méthode

public Offset ( int dx, int dy ) : void
dx int
dy int
Résultat void

Round() public static méthode

public static Round ( SKPoint value ) : SKPointI
value SKPoint
Résultat SKPointI

SKPointI() public méthode

public SKPointI ( SKSizeI sz ) : System
sz SKSizeI
Résultat System

SKPointI() public méthode

public SKPointI ( int x, int y ) : System
x int
y int
Résultat System

Subtract() public static méthode

public static Subtract ( SKPointI pt, SKPointI sz ) : SKPointI
pt SKPointI
sz SKPointI
Résultat SKPointI

Subtract() public static méthode

public static Subtract ( SKPointI pt, SKSizeI sz ) : SKPointI
pt SKPointI
sz SKSizeI
Résultat SKPointI

ToString() public méthode

public ToString ( ) : string
Résultat string

Truncate() public static méthode

public static Truncate ( SKPoint value ) : SKPointI
value SKPoint
Résultat SKPointI

operator() public static méthode

public static operator ( ) : SKPointI
Résultat SKPointI

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static SKPointI,SkiaSharp Empty
Résultat SKPointI