Use the OriginPoint class in android widgets for the originX/Y implementation

This commit is contained in:
Panayot Cankov
2016-01-15 15:14:50 +02:00
parent c3ee179fd5
commit f168d2509a
2 changed files with 7 additions and 6 deletions

View File

@@ -65,6 +65,11 @@
horizontal,
vertical
}
export class OriginPoint {
public static setX(view: android.view.View, value: number);
public static setY(view: android.view.View, value: number);
}
export class LayoutBase extends android.view.ViewGroup {
constructor(context: android.content.Context);